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 | 靤湿蒔 | 111010001101000010001110101111001000111010101010 | e8d08ebc8eaa |
EUC-JP | 靤湿蒔 | 111100001101001010111100101111101011110010101100 | f0d2bcbebcac |
UTF-8 | 靤湿蒔 | 111010011001110110100100111001101011100110111111111010001001001010010100 | e99da4e6b9bfe89294 |
UHC | ??蒔 | 00111111001111111110001111001000 | 3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)