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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤??業?? | 1110101010100010001111110011111110001011110001100011111100111111 | eaa23f3f8bc63f3f |
EUC-JP | 瑤??業?? | 1111010010100100001111110011111110110110110010000011111100111111 | f4a43f3fb6c83f3f |
UTF-8 | 瑤녶뛽業롩춼 | 111001111001000110100100111010111000010110110110111010111001101110111101111001101010010110101101111010111010000110101001111011001011011010111100 | e791a4eb85b6eb9bbde6a5adeba1a9ecb6bc |
UHC | 瑤녶뛽業롩춼 | 111010001111110110000110111001011000110110000011111001011111011010001110111010011010110110011000 | e8fd86e58d83e5f68ee9ad98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)