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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???宜ч? | 0011111100111111001111111000101101011000100001001000100100111111 | 3f3f3f8b5884893f |
EUC-JP | ???宜ч? | 0011111100111111001111111011010110111001101001111110100100111111 | 3f3f3fb5b9a7e93f |
UTF-8 | 嶺뚮슢宜ч뜮 | 1110111110100110101010111110101110011010101011101110110010001010101000101110010110101110100111001101000110000111111010111001110010101110 | efa6abeb9aaeec8aa2e5ae9cd187eb9cae |
UHC | 嶺뚮슢宜ч뜮 | 111001111010110110001100111010111001101010101110111010111111000110101100111010011000110110101110 | e7ad8ceb9aaeebf1ace98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)