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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 亦??押? | 10010110100100100011111100111111100010011001111100111111 | 96923f3f899f3f |
EUC-JP | 亦??押? | 11001011111100100011111100111111101100101010000100111111 | cbf23f3fb2a13f |
UTF-8 | 亦싧뻼押듣 | 111001001011101010100110111011001000101110100111111010111011101110111100111001101000101010111100111010111001001110100011 | e4baa6ec8ba7ebbbbce68abceb93a3 |
UHC | 亦싧뻼押듣 | 11100110101100101001101011100101100101101000011111100100111000111011010111101000 | e6b29ae59687e4e3b5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)