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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 署O禪? | 100011111001000001001111111000100101011100111111 | 8f904fe2573f |
EUC-JP | 署O禪? | 101111011111000001001111111000111011100000111111 | bdf04fe3b83f |
UTF-8 | 署O禪볲 | 11100111101111011011001001001111111001111010011010101010111010111011001110110010 | e7bdb24fe7a6aaebb3b2 |
UHC | 署O禪볲 | 11011111111111100100111111100000110010011001001111111000 | dffe4fe0c993f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)