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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鳶???沃? | 1001001111001110001111110011111100111111100101111000000000111111 | 93ce3f3f3f97803f |
EUC-JP | 鳶???沃? | 1100011011010000001111110011111100111111110011011110000000111111 | c6d03f3f3fcde03f |
UTF-8 | 鳶롫쓹큔沃생 | 111010011011001110110110111010111010000110101011111011001001001110111001111011011000000110010100111001101011001010000011111011001000001110011101 | e9b3b6eba1abec93b9ed8194e6b283ec839d |
UHC | 鳶롫쓹큔沃생 | 111001101110100110001110111010111001110110010101110001011010011011101000101010101011101111111101 | e6e98eeb9d95c5a6e8aabbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)