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 | 陽咤獺玳 | 1001011101111010100110100100001011100000110110101110000011011100 | 977a9a42e0dae0dc |
EUC-JP | 陽咤獺玳 | 1100110111011011110100111010001111100000110111001110000011011110 | cddbd3a3e0dce0de |
UTF-8 | 陽咤獺玳 | 111010011001100110111101111001011001001010100100111001111000110110111010111001111000111010110011 | e999bde592a4e78dbae78eb3 |
UHC | 陽咤獺玳 | 1110010111010101111101101110001111010011101101111101001111100101 | e5d5f6e3d3b7d3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)