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 | ?\???@g\ | 0011111101011100001111110011111100111111010000000110011101011100 | 3f5c3f3f3f40675c |
SJIS-WIN | ?\???@g\ | 0011111101011100001111110011111100111111010000000110011101011100 | 3f5c3f3f3f40675c |
EUC-JP | ?\???@g\ | 0011111101011100001111110011111100111111010000000110011101011100 | 3f5c3f3f3f40675c |
UTF-8 | 챔\혧혧혧@g\ | 11101100101100011001010001011100111011011001100010100111111011011001100010100111111011011001100010100111010000000110011101011100 | ecb1945ced98a7ed98a7ed98a740675c |
UHC | 챔\혧혧혧@g\ | 110000111010100001011100110000101000111111000010100011111100001010001111010000000110011101011100 | c3a85cc28fc28fc28f40675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)