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?G | 0011111100111111001111110011111100111111010011100011111101000111 | 3f3f3f3f3f4e3f47 |
SJIS-WIN | ?????N?G | 0011111100111111001111110011111100111111010011100011111101000111 | 3f3f3f3f3f4e3f47 |
EUC-JP | ?????N?G | 0011111100111111001111110011111100111111010011100011111101000111 | 3f3f3f3f3f4e3f47 |
UTF-8 | 채횥혖혧혧N챔G | 1110110010110001100001001110110110011010101001011110110110011000100101101110110110011000101001111110110110011000101001110100111011101100101100011001010001000111 | ecb184ed9aa5ed9896ed98a7ed98a74eecb19447 |
UHC | 채횥혖혧혧N챔G | 1100001110100100110000111001110011000010100000011100001010001111110000101000111101001110110000111010100001000111 | c3a4c39cc281c28fc28f4ec3a847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)