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?????? | 0011111101001110001111110011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f3f |
SJIS-WIN | ?N?????? | 0011111101001110001111110011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f3f |
EUC-JP | ?N?????? | 0011111101001110001111110011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f3f |
UTF-8 | 챈N혘혢혥짭채혗 | 11101100101100011000100001001110111011011001100010011000111011011001100010100010111011011001100010100101111011001010011110101101111011001011000110000100111011011001100010010111 | ecb1884eed9898ed98a2ed98a5eca7adecb184ed9897 |
UHC | 챈N혘혢혥짭채혗 | 110000111010011001001110110000101000001111000010100010111100001010001101110000101010110011000011101001001100001010000010 | c3a64ec283c28bc28dc2acc3a4c282 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)