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?夭 | 001111111000001010000101001111111001101011101110 | 3f82853f9aee |
EUC-JP | 饔e?夭 | 1000111111101000111011111010001111100101001111111101010011110000 | 8fe8efa3e53fd4f0 |
UTF-8 | 饔e컰夭 | 111010011010010110010100111011111011110110000101111011001011101110110000111001011010010010101101 | e9a594efbd85ecbbb0e5a4ad |
UHC | 饔e컰夭 | 1110100010111101101000111110010110110000100101101110100011101100 | e8bda3e5b096e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)