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 | ?哀?哀^ | 00111111100010001010001100111111100010001010001101011110 | 3f88a33f88a35e |
EUC-JP | ?哀?哀^ | 00111111101100001010010100111111101100001010010101011110 | 3fb0a53fb0a55e |
UTF-8 | 옽哀옽哀^ | 11101100100110001011110111100101100100111000000011101100100110001011110111100101100100111000000001011110 | ec98bde59380ec98bde593805e |
UHC | 옽哀옽哀^ | 100111101011001011100100111011101001111010110010111001001110111001011110 | 9eb2e4ee9eb2e4ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)