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 | OUiOUiB | 1001001001001111100100100101010101101001100100100100111110010010010101010110100101000010 | 924f925569924f92556942 |
SJIS-WIN | ?O?Ui?O?UiB | 0011111101001111001111110101010101101001001111110100111100111111010101010110100101000010 | 3f4f3f55693f4f3f556942 |
EUC-JP | ?O?Ui?O?UiB | 0011111101001111001111110101010101101001001111110100111100111111010101010110100101000010 | 3f4f3f55693f4f3f556942 |
UTF-8 | OUiOUiB | 110000101001001001001111110000101001001001010101011010011100001010010010010011111100001010010010010101010110100101000010 | c2924fc2925569c2924fc292556942 |
UHC | ?O?Ui?O?UiB | 0011111101001111001111110101010101101001001111110100111100111111010101010110100101000010 | 3f4f3f55693f4f3f556942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)