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 | 諤壌ャ雅シ | 1110011010000000100011111110101110101100100010011110101110111100 | e6808febac89ebbc |
EUC-JP | 諤壌ャ雅シ | 11101011111000001011111011101101100011101010110010110010111011011000111010111100 | ebe0beed8eacb2ed8ebc |
UTF-8 | 諤壌ャ雅シ | 111010001010101110100100111001011010001110001100111011111011110110101100111010011001101110000101111011111011110110111100 | e8aba4e5a38cefbdace99b85efbdbc |
UHC | ???雅? | 001111110011111100111111111001001011101000111111 | 3f3f3fe4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)