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 | 贄??? | 1110011011010001001111110011111100111111 | e6d13f3f3f |
EUC-JP | 贄??? | 1110110011010011001111110011111100111111 | ecd33f3f3f |
UTF-8 | 贄숄렏의 | 111010001011010010000100111011001000100010000100111010111010000010001111111011001001110110011000 | e8b484ec8884eba08fec9d98 |
UHC | 贄숄렏의 | 1111001010111110101111001111000110001110101001011100000011000111 | f2bebcf18ea5c0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)