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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 浩?滸舫 | 10001101010111110011111110011111111101011110010001110101 | 8d5f3f9ff5e475 |
EUC-JP | 浩?滸舫 | 10111001110000000011111111011110111101111110011111010110 | b9c03fdef7e7d6 |
UTF-8 | 浩렰滸舫 | 111001101011010110101001111010111010000010110000111001101011101110111000111010001000100010101011 | e6b5a9eba0b0e6bbb8e888ab |
UHC | 浩렰滸舫 | 1111101111000111100011101011110111111011110010101101101110111010 | fbc78ebdfbcadbba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)