To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 狎??癰 | 111000001011111000111111001111111110000110011110 | e0be3f3fe19e |
EUC-JP | 狎??癰 | 111000001100000000111111001111111110000111111110 | e0c03f3fe1fe |
UTF-8 | 狎먨콉癰 | 111001111000101110001110111010111010100010101000111011001011110110001001111001111001100110110000 | e78b8eeba8a8ecbd89e799b0 |
UHC | 狎먨콉癰 | 1110010011100100100100001110010110110001100001011110100010111001 | e4e490e5b185e8b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)