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 | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
SJIS-WIN | 湿勺湿屡Z | 100011101011110010001110110110011000111010111100100011101100011001011010 | 8ebc8ed98ebc8ec65a |
EUC-JP | 湿勺湿屡Z | 101111001011111010111100110110111011110010111110101111001100100001011010 | bcbebcdbbcbebcc85a |
UTF-8 | 湿勺湿屡Z | 11100110101110011011111111100101100010111011101011100110101110011011111111100101101100011010000101011010 | e6b9bfe58bbae6b9bfe5b1a15a |
UHC | ?勺??Z | 001111111110110111000011001111110011111101011010 | 3fedc33f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)