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 | 雋臥夢釵 | 1110100010110010100010011110011110010110101100101110011111011110 | e8b289e796b2e7de |
EUC-JP | 雋臥夢釵 | 1111000010110100101100101110100111001100101101001110111011100000 | f0b4b2e9ccb4eee0 |
UTF-8 | 雋臥夢釵 | 111010011001101110001011111010001000011110100101111001011010010010100010111010011000011110110101 | e99b8be887a5e5a4a2e987b5 |
UHC | 雋臥夢釵 | 1111000111100110111010001100001011011001110100111111001111111011 | f1e6e8c2d9d3f3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)