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 | 種?重?荻? | 100011101110110100111111100011110110010000111111100010011010110000111111 | 8eed3f8f643f89ac3f |
EUC-JP | 種?重?荻? | 101111001110111100111111101111011100010100111111101100101010111000111111 | bcef3fbdc53fb2ae3f |
UTF-8 | 種렓重렑荻렡 | 111001111010100010101110111010111010000010010011111010011000011110001101111010111010000010010001111010001000110110111011111010111010000010100001 | e7a8aeeba093e9878deba091e88dbbeba0a1 |
UHC | 種렓重렑荻렡 | 111100001111101010001110101010001111000111101100100011101010011011101110111000101000111010110010 | f0fa8ea8f1ec8ea6eee28eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)