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 | 瑩?葺 | 1110000011110000001111111001010110011000 | e0f03f9598 |
EUC-JP | 瑩?葺 | 1110000011110010001111111100100111111000 | e0f23fc9f8 |
UTF-8 | 瑩렠葺 | 111001111001000110101001111010111010000010100000111010001001000110111010 | e791a9eba0a0e891ba |
UHC | 瑩렠葺 | 111110111010100110001110101100011111000111110001 | fba98eb1f1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)