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 | 瓮f?亥? | 1110000101000100100000101000011000111111100010001110010100111111 | e14482863f88e53f |
EUC-JP | 瓮f?亥? | 1110000110100101101000111110011000111111101100001110011100111111 | e1a5a3e63fb0e73f |
UTF-8 | 瓮f솳亥첛 | 111001111001001110101110111011111011110110000110111011001000011010110011111001001011101010100101111011001011001010011011 | e793aeefbd86ec86b3e4baa5ecb29b |
UHC | 瓮f솳亥첛 | 11101000101101111010001111100110100110011010100011111010101001001010101101000110 | e8b7a3e699a8faa4ab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)