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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮑夥セ | 1110100110111000100110101110110010111110 | e9b89aecbe |
EUC-JP | 鮑夥セ | 111100101011101011010100111011101000111010111110 | f2bad4ee8ebe |
UTF-8 | 鮑夥セ | 111010011010111010010001111001011010010010100101111011111011110110111110 | e9ae91e5a4a5efbdbe |
UHC | 鮑?? | 11111000111010100011111100111111 | f8ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)