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 | ???x^ | 0011111100111111001111110111100001011110 | 3f3f3f785e |
SJIS-WIN | 菽??x^ | 111001001100000100111111001111110111100001011110 | e4c13f3f785e |
EUC-JP | 菽??x^ | 111010001100001100111111001111110111100001011110 | e8c33f3f785e |
UTF-8 | 菽됧궦x^ | 1110100010001111101111011110101110010000101001111110101010110110101001100111100001011110 | e88fbdeb90a7eab6a6785e |
UHC | 菽됧궦x^ | 1110001011011101100010011110010110000010101110000111100001011110 | e2dd89e582b8785e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)