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 | 100011101011110010001110101101011000111010111100100011101100000101000010 | 8ebc8eb58ebc8ec142 |
EUC-JP | 湿七湿蔀B | 101111001011111010111100101101111011110010111110101111001100001101000010 | bcbebcb7bcbebcc342 |
UTF-8 | 湿七湿蔀B | 11100110101110011011111111100100101110001000001111100110101110011011111111101000100101001000000001000010 | e6b9bfe4b883e6b9bfe8948042 |
UHC | ?七??B | 001111111111011011010010001111110011111101000010 | 3ff6d23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)