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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
SJIS-WIN | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
EUC-JP | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
UTF-8 | 채째혢첩혖N | 11101100101100011000010011101100101001111011100011101101100110001010001011101100101100101010100111101101100110001001011001001110 | ecb184eca7b8ed98a2ecb2a9ed98964e |
UHC | 채째혢첩혖N | 1100001110100100110000101011000011000010100010111100001110111000110000101000000101001110 | c3a4c2b0c28bc3b8c2814e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)