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 | ??臍??支 | 0011111100111111111001000110000000111111001111111000111001111000 | 3f3fe4603f3f8e78 |
EUC-JP | 澔?臍??支 | 10001111110010001110110000111111111001111100000100111111001111111011101111011001 | 8fc8ec3fe7c13f3fbbd9 |
UTF-8 | 澔뫄臍렼렪支 | 111001101011111010010100111010111010101110000100111010001000011110001101111010111010000010111100111010111010000010101010111001101001010010101111 | e6be94ebab84e8878deba0bceba0aae694af |
UHC | 澔뫄臍렼렪支 | 111110111100101110111000111110101111000010110000100011101100010010001110101110001111001010101000 | fbcbb8faf0b08ec48eb8f2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)