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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蕭リ審B | 11100101010010101000001110001010100100000101001001000010 | e54a838a905242 |
EUC-JP | 蕭リ審B | 11101001101010111010010111101010101111111011001101000010 | e9aba5eabfb342 |
UTF-8 | 蕭リ審B | 11101000100101011010110111100011100000111010101011100101101011111010100101000010 | e895ade383aae5afa942 |
UHC | 蕭リ審B | 11100001110010111010101111101010111000111111101101000010 | e1cbabeae3fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)