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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ??ヒ??@h | 0011111100111111100000110111000100111111001111110100000001101000 | 3f3f83713f3f4068 |
EUC-JP | ??ヒ??@h | 0011111100111111101001011101001000111111001111110100000001101000 | 3f3fa5d23f3f4068 |
UTF-8 | 룶즽ヒ룫켗@h | 1110101110100011101101101110110010100110101111011110001110000011100100101110101110100011101010111110110010111100100101110100000001101000 | eba3b6eca6bde38392eba3abecbc974068 |
UHC | 룶즽ヒ룫켗@h | 100011111010101110100011100011111010101111010010100011111010001010110001010100000100000001101000 | 8faba38fabd28fa2b1504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)