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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旋?旋承B | 1001000011111001001111111001000011111001100011111011001101000010 | 90f93f90f98fb342 |
EUC-JP | 旋?旋承B | 1100000011111011001111111100000011111011101111101011010101000010 | c0fb3fc0fbbeb542 |
UTF-8 | 旋媤旋承B | 11100110100101111000101111100101101010101010010011100110100101111000101111100110100010011011111101000010 | e6978be5aaa4e6978be689bf42 |
UHC | 旋媤旋承B | 111000001100000111100011101110001110000011000001111000111010111101000010 | e0c1e3b8e0c1e3af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)