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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 陰ъ?E | 100010010100000110000100100011000011111101000101 | 8941848c3f45 |
EUC-JP | 陰ъ?E | 101100011010001010100111111011000011111101000101 | b1a2a7ec3f45 |
UTF-8 | 陰ъ꺎E | 111010011001100110110000110100011000101011101010101110101000111001000101 | e999b0d18aeaba8e45 |
UHC | 陰ъ꺎E | 11101011111001001010110011101100100000111011010001000101 | ebe4acec83b445 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)