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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヤ衵ク | 110101001110010111010000111100011010011010111000 | d4e5d0f1a6b8 |
EUC-JP | ヤ衵?ク | 10001110110101001110101011010010001111111000111010111000 | 8ed4ead23f8eb8 |
UTF-8 | ヤ衵ク | 111011111011111010010100111010001010000110110101111011101000010010100001111011111011110110111000 | efbe94e8a1b5ee84a1efbdb8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)