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 | 要??艶?要 | 100101110111011000111111001111111000100110010000001111111001011101110110 | 97763f3f89903f9776 |
EUC-JP | 要??艶?要 | 110011011101011100111111001111111011000111110000001111111100110111010111 | cdd73f3fb1f03fcdd7 |
UTF-8 | 要뺟슢艶칑要 | 111010001010011010000001111010111011101010011111111011001000101010100010111010001000100110110110111011001011100110010001111010001010011010000001 | e8a681ebba9fec8aa2e889b6ecb991e8a681 |
UHC | 要뺟슢艶칑要 | 111010011010100110010101111001111001101010101110111001101111110110101111011010001110100110101001 | e9a995e79aaee6fdaf68e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)