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 | 齋?? | 11100010010101100011111100111111 | e2563f3f |
EUC-JP | 齋泮? | 111000111011011110001111110001111010100000111111 | e3b78fc7a83f |
UTF-8 | 齋泮사 | 111010011011110110001011111001101011001110101110111011001000001010101100 | e9bd8be6b3aeec82ac |
UHC | 齋泮사 | 111011101011000111011010111010101011101111100111 | eeb1daeabbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)