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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 甞艪蓐~ | 11100001010100101110010010000010111001001110101001111110 | e152e482e4ea7e |
EUC-JP | 甞艪蓐~ | 11100001101100111110011111100010111010001110110001111110 | e1b3e7e2e8ec7e |
UTF-8 | 甞艪蓐~ | 11100111100101001001111011101000100010011010101011101000100100111001000001111110 | e7949ee889aae893907e |
UHC | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)