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 | 喟盖哭哈^ | 100110100101111111100001101100111001101001001100100110011111101101011110 | 9a5fe1b39a4c99fb5e |
EUC-JP | 喟盖哭哈^ | 110100111100000011100010101101011101001110101101110100101111110101011110 | d3c0e2b5d3add2fd5e |
UTF-8 | 喟盖哭哈^ | 11100101100101101001111111100111100110111001011011100101100100111010110111100101100100111000100001011110 | e5969fe79b96e593ade593885e |
UHC | ?盖哭哈^ | 0011111111001011110011001100110111010110111110011110101101011110 | 3fcbcccdd6f9eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)