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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑤??嵬 | 111010101010001000111111001111111001101111001010 | eaa23f3f9bca |
EUC-JP | 瑤??嵬 | 111101001010010000111111001111111101011011001100 | f4a43f3fd6cc |
UTF-8 | 瑤덄돉嵬 | 111001111001000110100100111010111000110110000100111010111000111110001001111001011011010110101100 | e791a4eb8d84eb8f89e5b5ac |
UHC | 瑤덄돉嵬 | 1110100011111101100010001110011110001001100110011110100011100011 | e8fd88e78999e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)