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 | 爨湿蒔 | 111000001010010010001110101111001000111010101010 | e0a48ebc8eaa |
EUC-JP | 爨湿蒔 | 111000001010011010111100101111101011110010101100 | e0a6bcbebcac |
UTF-8 | 爨湿蒔 | 111001111000100010101000111001101011100110111111111010001001001010010100 | e788a8e6b9bfe89294 |
UHC | ??蒔 | 00111111001111111110001111001000 | 3f3fe3c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)