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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 畏??o | 1000100011011000001111110011111101101111 | 88d83f3f6f |
EUC-JP | 畏??o | 1011000011011010001111110011111101101111 | b0da3f3f6f |
UTF-8 | 畏밧쳣o | 11100111100101011000111111101011101100001010011111101100101100111010001101101111 | e7958febb0a7ecb3a36f |
UHC | 畏밧쳣o | 11101000111001101011100111100101101010111000100101101111 | e8e6b9e5ab896f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)