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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髫ー蜀カ蟠 | 1110100110011010101100001110010110000110101101101110010110110100 | e99ab0e586b6e5b4 |
EUC-JP | 髫ー蜀カ蟠 | 11110001111110101000111010110000111010011110011010001110101101101110101010110110 | f1fa8eb0e9e68eb6eab6 |
UTF-8 | 髫ー蜀カ蟠 | 111010011010101110101011111011111011110110110000111010001001110010000000111011111011110110110110111010001001111110100000 | e9ababefbdb0e89c80efbdb6e89fa0 |
UHC | ??蜀?蟠 | 00111111001111111111010110111001001111111101101011110110 | 3f3ff5b93fdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)