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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?搔?搔^ | 001111111000111111000000110010110011111110001111110000001100101101011110 | 3f8fc0cb3f8fc0cb5e |
UTF-8 | 둇搔둇搔^ | 11101011100100011000011111100110100100001001010011101011100100011000011111100110100100001001010001011110 | eb9187e69094eb9187e690945e |
UHC | 둇搔둇搔^ | 100010100100001111100001101110001000101001000011111000011011100001011110 | 8a43e1b88a43e1b85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)