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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??蘊? | 11111011110001000011111100111111111001010101110100111111 | fbc43f3fe55d3f |
EUC-JP | 鈺??蘊? | 1000111111100011110101010011111100111111111010011011111000111111 | 8fe3d53f3fe9be3f |
UTF-8 | 鈺과묍蘊덈 | 111010011000100010111010111010101011001110111100111010111010110010001101111010001001100010001010111010111000110110001000 | e988baeab3bcebac8de8988aeb8d88 |
UHC | 鈺과묍蘊덈 | 11101000101011011011000011111010101110011010001111101000101100111000100011101011 | e8adb0fab9a3e8b388eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)