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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?守}?守{^ | 001111111000111011100111011111010011111110001110111001110111101101011110 | 3f8ee77d3f8ee77b5e |
EUC-JP | ?守}?守{^ | 001111111011110011101001011111010011111110111100111010010111101101011110 | 3fbce97d3fbce97b5e |
UTF-8 | 뛍守}뛍守{^ | 111010111001101110001101111001011010111010001000011111011110101110011011100011011110010110101110100010000111101101011110 | eb9b8de5ae887deb9b8de5ae887b5e |
UHC | 뛍守}뛍守{^ | 1000110101001011111000011111101001111101100011010100101111100001111110100111101101011110 | 8d4be1fa7d8d4be1fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)