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 | 智?鬱貊裡 | 100100100111000100111111100111110101010011100110101110111001011110100001 | 92713f9f54e6bb97a1 |
EUC-JP | 智?鬱貊裡 | 110000111101001000111111110111011011010111101100101111011100111010100011 | c3d23fddb5ecbdcea3 |
UTF-8 | 智렱鬱貊裡 | 111001101001100110111010111010111010000010110001111010011010110010110001111010001011001010001010111010001010001110100001 | e699baeba0b1e9acb1e8b28ae8a3a1 |
UHC | 智렱鬱貊裡 | 11110010101010101000111010111110111010101010011011011000111001111101011111101011 | f2aa8ebeeaa6d8e7d7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)