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 | 臧????曠 | 1110010001101000001111110011111100111111001111111001111001000100 | e4683f3f3f3f9e44 |
EUC-JP | 臧????曠 | 1110011111001001001111110011111100111111001111111101101110100101 | e7c93f3f3f3fdba5 |
UTF-8 | 臧쯩렟렪뤈曠 | 111010001000011110100111111011001010111110101001111010111010000010011111111010111010000010101010111010111010010010001000111001101001101110100000 | e887a7ecafa9eba09feba0aaeba488e69ba0 |
UHC | 臧쯩렟렪뤈曠 | 111011011111010111000010111011011000111010110000100011101011100010001111101110001100111011000111 | edf5c2ed8eb08eb88fb8cec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)