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 | 冶??幼?? | 1001011011101000001111110011111110010111011000110011111100111111 | 96e83f3f97633f3f |
EUC-JP | 冶??幼?? | 1100110011101010001111110011111111001101110001000011111100111111 | ccea3f3fcdc43f3f |
UTF-8 | 冶싲떱幼쀩썚 | 111001011000011010110110111011001000101110110010111010111001011010110001111001011011100110111100111011001000000010101001111011001000110110011010 | e586b6ec8bb2eb96b1e5b9bcec80a9ec8d9a |
UHC | 冶싲떱幼쀩썚 | 111001011010011110011010111010111011011010110111111010101110101010010111111010011001101110001101 | e5a79aebb6b7eaea97e99b8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)