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????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
SJIS-WIN | ?N????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
EUC-JP | ?N????? | 00111111010011100011111100111111001111110011111100111111 | 3f4e3f3f3f3f3f |
UTF-8 | 챈N혘혢혥짭채 | 11101100101100011000100001001110111011011001100010011000111011011001100010100010111011011001100010100101111011001010011110101101111011001011000110000100 | ecb1884eed9898ed98a2ed98a5eca7adecb184 |
UHC | 챈N혘혢혥짭채 | 11000011101001100100111011000010100000111100001010001011110000101000110111000010101011001100001110100100 | c3a64ec283c28bc28dc2acc3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)