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?^ | 0011111100111111001111110011111100111111010011100011111101011110 | 3f3f3f3f3f4e3f5e |
SJIS-WIN | ?????N?^ | 0011111100111111001111110011111100111111010011100011111101011110 | 3f3f3f3f3f4e3f5e |
EUC-JP | ?????N?^ | 0011111100111111001111110011111100111111010011100011111101011110 | 3f3f3f3f3f4e3f5e |
UTF-8 | 채혮혘혢혧N챈^ | 1110110010110001100001001110110110011000101011101110110110011000100110001110110110011000101000101110110110011000101001110100111011101100101100011000100001011110 | ecb184ed98aeed9898ed98a2ed98a74eecb1885e |
UHC | 채혮혘혢혧N챈^ | 1100001110100100110000101001010111000010100000111100001010001011110000101000111101001110110000111010011001011110 | c3a4c295c283c28bc28f4ec3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)