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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯儡???籃 | 100110101110000110011001010100110011111100111111001111111110001011010101 | 9ae199533f3f3fe2d5 |
EUC-JP | 壯儡???籃 | 110101001110001111010001101101000011111100111111001111111110010011010111 | d4e3d1b43f3f3fe4d7 |
UTF-8 | 壯儡렍쿠렋籃 | 111001011010001110101111111001011000010010100001111010111010000010001101111011001011111110100000111010111010000010001011111001111011000110000011 | e5a3afe584a1eba08decbfa0eba08be7b183 |
UHC | 壯儡렍쿠렋籃 | 111011011110000011010110111011011000111010100011110001001110110110001110101000101101010110111110 | ede0d6ed8ea3c4ed8ea2d5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)