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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 低弄??餘B | 100100101110000110011000010011010011111100111111111010010101000001000010 | 92e1984d3f3fe95042 |
EUC-JP | 低弄??餘B | 110001001110001111001111101011100011111100111111111100011011000101000010 | c4e3cfae3f3ff1b142 |
UTF-8 | 低弄렱멸餘B | 11100100101111011000111011100101101111001000010011101011101000001011000111101011101010011011100011101001101001001001100001000010 | e4bd8ee5bc84eba0b1eba9b8e9a49842 |
UHC | 低弄렱멸餘B | 1110111010111000110101101110011110001110101111101011100011101010111001101010111001000010 | eeb8d6e78ebeb8eae6ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)