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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 誧ヲ閼」Y | 11111011101001101010011011101000100001001010001101011001 | fba6a6e884a359 |
EUC-JP | 誧ヲ閼」Y | 10001111110111011111101010001110101001101110111111100100100011101010001101011001 | 8fddfa8ea6efe48ea359 |
UTF-8 | 誧ヲ閼」Y | 11101000101010101010011111101111101111011010011011101001100101101011110011101111101111011010001101011001 | e8aaa7efbda6e996bcefbda359 |
UHC | ??閼?Y | 001111110011111111100100110110010011111101011001 | 3f3fe4d93f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)