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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 咽됰떱흮蓮 | 111011111010011010011110111010111001000010110000111010111001011010110001111011011001110110101110111011111010011010011001 | efa69eeb90b0eb96b1ed9daeefa699 |
UHC | 咽됰떱흮蓮 | 11100110111011001000100111101011101101101011011111000101100010101110011011100101 | e6ec89ebb6b7c58ae6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)