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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 畏??\ | 1000100011011000001111110011111101011100 | 88d83f3f5c |
EUC-JP | 畏??\ | 1011000011011010001111110011111101011100 | b0da3f3f5c |
UTF-8 | 畏뷴쳣\ | 11100111100101011000111111101011101101111011010011101100101100111010001101011100 | e7958febb7b4ecb3a35c |
UHC | 畏뷴쳣\ | 11101000111001101011101011100101101010111000100101011100 | e8e6bae5ab895c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)