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 | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
SJIS-WIN | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
EUC-JP | ??s}??s{^ | 001111110011111101110011011111010011111100111111011100110111101101011110 | 3f3f737d3f3f737b5e |
UTF-8 | 룶췔s}룶췔s{^ | 1110101110100011101101101110110010110111100101000111001101111101111010111010001110110110111011001011011110010100011100110111101101011110 | eba3b6ecb794737deba3b6ecb794737b5e |
UHC | 룶췔s}룶췔s{^ | 10001111101010111010111001001101011100110111110110001111101010111010111001001101011100110111101101011110 | 8fabae4d737d8fabae4d737b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)