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 | 瑤??業? | 11101010101000100011111100111111100010111100011000111111 | eaa23f3f8bc63f |
EUC-JP | 瑤??業? | 11110100101001000011111100111111101101101100100000111111 | f4a43f3fb6c83f |
UTF-8 | 瑤녶뛽業랡 | 111001111001000110100100111010111000010110110110111010111001101110111101111001101010010110101101111010111001111010100001 | e791a4eb85b6eb9bbde6a5adeb9ea1 |
UHC | 瑤녶뛽業랡 | 11101000111111011000011011100101100011011000001111100101111101101000111001000010 | e8fd86e58d83e5f68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)