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 | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
SJIS-WIN | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
EUC-JP | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
UTF-8 | 챔\혧혞짖 | 11101100101100011001010001011100111011011001100010100111111011011001100010011110111011001010011110010110 | ecb1945ced98a7ed989eeca796 |
UHC | 챔\혧혞짖 | 110000111010100001011100110000101000111111000010100010001100001010100010 | c3a85cc28fc288c2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)