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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 遑シh遑シ | 11100111101000011011110001101000111001111010000110111100 | e7a1bc68e7a1bc |
EUC-JP | 遑シh遑シ | 111011101010001110001110101111000110100011101110101000111000111010111100 | eea38ebc68eea38ebc |
UTF-8 | 遑シh遑シ | 11101001100000011001000111101111101111011011110001101000111010011000000110010001111011111011110110111100 | e98191efbdbc68e98191efbdbc |
UHC | 遑?h遑? | 11111100110110100011111101101000111111001101101000111111 | fcda3f68fcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)