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 | 與??鼇 | 111001000110111100111111001111111110101010000111 | e46f3f3fea87 |
EUC-JP | 與??鼇 | 111001111101000000111111001111111111001111100111 | e7d03f3ff3e7 |
UTF-8 | 與귞츘鼇 | 111010001000100010000111111010101011011110011110111011001011100010011000111010011011110010000111 | e88887eab79eecb898e9bc87 |
UHC | 與귞츘鼇 | 1110011010101000100000101110011110101110100100101110100010101000 | e6a882e7ae92e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)