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 | 弔貊?闇 | 10010010101000101110011010111011001111111000100011000101 | 92a2e6bb3f88c5 |
EUC-JP | 弔貊?闇 | 11000100101001001110110010111101001111111011000011000111 | c4a4ecbd3fb0c7 |
UTF-8 | 弔貊맑闇 | 111001011011110010010100111010001011001010001010111010111010011110010001111010011001011110000111 | e5bc94e8b28aeba791e99787 |
UHC | 弔貊맑闇 | 1111000011000000110110001110011110111000101111001110010011100001 | f0c0d8e7b8bce4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)