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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 吾а??G | 10001100111000011000010001110000001111110011111101000111 | 8ce184703f3f47 |
EUC-JP | 吾а??G | 10111000111000111010011111010001001111110011111101000111 | b8e3a7d13f3f47 |
UTF-8 | 吾а띹뭅G | 111001011001000010111110110100001011000011101011100111011011100111101011101011011000010101000111 | e590bed0b0eb9db9ebad8547 |
UHC | 吾а띹뭅G | 111001111110111010101100110100011000110111101000101110011011010001000111 | e7eeacd18de8b9b447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)