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 | 厭??厭?? | 1000100101111101001111110011111110001001011111010011111100111111 | 897d3f3f897d3f3f |
EUC-JP | 厭??厭?? | 1011000111011110001111110011111110110001110111100011111100111111 | b1de3f3fb1de3f3f |
UTF-8 | 厭뉒깑厭뉔뇩 | 111001011000111010101101111010111000100110010010111010101011100110010001111001011000111010101101111010111000100110010100111010111000011110101001 | e58eadeb8992eab991e58eadeb8994eb87a9 |
UHC | 厭뉒깑厭뉔뇩 | 111001101111010010000111111001111000001110001011111001101111010010000111111010011011010010100011 | e6f487e7838be6f487e9b4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)