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??? | 11100001010001001000001010000110001111110011111100111111 | e14482863f3f3f |
EUC-JP | 瓮f?靷? | 111000011010010110100011111001100011111110001111111001111011110100111111 | e1a5a3e63f8fe7bd3f |
UTF-8 | 瓮f솳靷첛 | 111001111001001110101110111011111011110110000110111011001000011010110011111010011001110110110111111011001011001010011011 | e793aeefbd86ec86b3e99db7ecb29b |
UHC | 瓮f솳靷첛 | 11101000101101111010001111100110100110011010100011101100111001101010101101000110 | e8b7a3e699a8ece6ab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)