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 | 瓮??節ц | 1110000101000100001111110011111110010000110111111000010010001000 | e1443f3f90df8488 |
EUC-JP | 瓮??節ц | 1110000110100101001111110011111111000000111000011010011111101000 | e1a53f3fc0e1a7e8 |
UTF-8 | 瓮욕즺節ц | 1110011110010011101011101110110010011010100101011110110010100110101110101110011110101111100000001101000110000110 | e793aeec9a95eca6bae7af80d186 |
UHC | 瓮욕즺節ц | 11101000101101111011111111100101101000111000110011101111101111011010110011101000 | e8b7bfe5a38cefbdace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)