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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驤第コ倅シシ | 111010011000100010010001111001101011101010011000111001001011110010111100 | e98891e6ba98e4bcbc |
EUC-JP | 驤第コ倅シシ | 111100011110100011000010111010001000111010111010110100001110011010001110101111001000111010111100 | f1e8c2e88ebad0e68ebc8ebc |
UTF-8 | 驤第コ倅シシ | 111010011010100110100100111001111010110010101100111011111011110110111010111001011000000010000101111011111011110110111100111011111011110110111100 | e9a9a4e7acacefbdbae58085efbdbcefbdbc |
UHC | ?第???? | 00111111111100001010111100111111001111110011111100111111 | 3ff0af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)