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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 逵∫怐B | 11100111100111001000000111100111100111001000000101000010 | e79c81e79c8142 |
EUC-JP | 逵∫怐B | 11101101111111001010001011101001110101111110000101000010 | edfca2e9d7e142 |
UTF-8 | 逵∫怐B | 11101001100000001011010111100010100010001010101111100110100000001001000001000010 | e980b5e288abe6809042 |
UHC | 逵∫?B | 110100001011000010100001111100100011111101000010 | d0b0a1f23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)