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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瑩?糊 | 1110000011110000001111111000110011010000 | e0f03f8cd0 |
EUC-JP | 瑩?糊 | 1110000011110010001111111011100011010010 | e0f23fb8d2 |
UTF-8 | 瑩렦糊 | 111001111001000110101001111010111010000010100110111001111011001110001010 | e791a9eba0a6e7b38a |
UHC | 瑩렦糊 | 111110111010100110001110101101011111101111010101 | fba98eb5fbd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)