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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鶯?Р鶯?РB | 1110100111110010001111111000010001010001111010011111001000111111100001000101000101000010 | e9f23f8451e9f23f845142 |
EUC-JP | 鶯?Р鶯?РB | 1111001011110100001111111010011110110010111100101111010000111111101001111011001001000010 | f2f43fa7b2f2f43fa7b242 |
UTF-8 | 鶯썸Р鶯썸РB | 1110100110110110101011111110110010001101101110001101000010100000111010011011011010101111111011001000110110111000110100001010000001000010 | e9b6afec8db8d0a0e9b6afec8db8d0a042 |
UHC | 鶯썸Р鶯썸РB | 11100101101000111011110111100110101011001011001011100101101000111011110111100110101011001011001001000010 | e5a3bde6acb2e5a3bde6acb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)