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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?宣?朝B | 00111111100100001110100100111111100100101010100101000010 | 3f90e93f92a942 |
EUC-JP | ?宣?朝B | 00111111110000001110101100111111110001001010101101000010 | 3fc0eb3fc4ab42 |
UTF-8 | 렯宣롕朝B | 11101011101000001010111111100101101011101010001111101011101000011001010111100110100111001001110101000010 | eba0afe5aea3eba195e69c9d42 |
UHC | 렯宣롕朝B | 100011101011110011100000101111101000111011011001111100001100100001000010 | 8ebce0be8ed9f0c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)