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 | 諛俄d | 111001101000011110001001111000101000001010000100 | e68789e28284 |
EUC-JP | 諛俄d | 111010111110011110110010111001001010001111100100 | ebe7b2e4a3e4 |
UTF-8 | 諛俄d | 111010001010101110011011111001001011111110000100111011111011110110000100 | e8ab9be4bf84efbd84 |
UHC | 諛俄d | 111010111011000011100100101011011010001111100100 | ebb0e4ada3e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)