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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?e?魚 | 001111111000001010000101001111111000101110011011 | 3f82853f8b9b |
EUC-JP | 饔e?魚 | 1000111111101000111011111010001111100101001111111011010111111011 | 8fe8efa3e53fb5fb |
UTF-8 | 饔e뜝魚 | 111010011010010110010100111011111011110110000101111010111001110010011101111010011010110110011010 | e9a594efbd85eb9c9de9ad9a |
UHC | 饔e뜝魚 | 1110100010111101101000111110010110001101101000001110010111100000 | e8bda3e58da0e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)