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 | 邊舌h | 111001111011001010010000111000111000001010001000 | e7b290e38288 |
EUC-JP | 邊舌h | 111011101011010011000000111001011010001111101000 | eeb4c0e5a3e8 |
UTF-8 | 邊舌h | 111010011000001010001010111010001000100010001100111011111011110110001000 | e9828ae8888cefbd88 |
UHC | 邊舌h | 110111001010101111100000110111111010001111101000 | dcabe0dfa3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)