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 | 支?藏??肌 | 100011100111100000111111111001010101010100111111001111111001010010100111 | 8e783fe5553f3f94a7 |
EUC-JP | 支?藏??肌 | 101110111101100100111111111010011011011000111111001111111100100010101001 | bbd93fe9b63f3fc8a9 |
UTF-8 | 支렫藏쇳렏肌 | 111001101001010010101111111010111010000010101011111010001001011110001111111011001000011110110011111010111010000010001111111010001000001010001100 | e694afeba0abe8978fec87b3eba08fe8828c |
UHC | 支렫藏쇳렏肌 | 111100101010100010001110101110011110110111111010101111001110110110001110101001011101000110111111 | f2a88eb9edfabced8ea5d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)