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 | 皓????? | 11100001101010010011111100111111001111110011111100111111 | e1a93f3f3f3f3f |
EUC-JP | 皓????? | 11100010101010110011111100111111001111110011111100111111 | e2ab3f3f3f3f3f |
UTF-8 | 皓ㅺ렎잭렮렱 | 111001111001101010010011111000111000010110111010111010111010000010001110111011001001111010101101111010111010000010101110111010111010000010110001 | e79a93e385baeba08eec9eadeba0aeeba0b1 |
UHC | 皓ㅺ렎잭렮렱 | 111110111101001110100100111010101000111010100100110000001110100010001110101110111000111010111110 | fbd3a4ea8ea4c0e88ebb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)