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 | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
SJIS-WIN | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
EUC-JP | ?W?N[?W?N[^ | 0011111101010111001111110100111001011011001111110101011100111111010011100101101101011110 | 3f573f4e5b3f573f4e5b5e |
UTF-8 | 숥W숥N[숥W숥N[^ | 11101100100010001010010101010111111011001000100010100101010011100101101111101100100010001010010101010111111011001000100010100101010011100101101101011110 | ec88a557ec88a54e5bec88a557ec88a54e5b5e |
UHC | 숥W숥N[숥W숥N[^ | 100110100100001001010111100110100100001001001110010110111001101001000010010101111001101001000010010011100101101101011110 | 9a42579a424e5b9a42579a424e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)