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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 載?鼈璋? | 1000110111011010001111111110101010001000111000001111011000111111 | 8dda3fea88e0f63f |
EUC-JP | 載?鼈璋? | 1011101011011100001111111111001111101000111000001111100000111111 | badc3ff3e8e0f83f |
UTF-8 | 載어鼈璋렓 | 111010001011110010001001111011001001011010110100111010011011110010001000111001111001001010001011111010111010000010010011 | e8bc89ec96b4e9bc88e7928beba093 |
UHC | 載어鼈璋렓 | 11101110101100001011111011101110110111001010111111101101111100001000111010101000 | eeb0beeedcafedf08ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)