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 | 業??沆?? | 1000101111000110001111110011111111111010111101110011111100111111 | 8bc63f3ffaf73f3f |
EUC-JP | 業??沆?? | 101101101100100000111111001111111000111111000110111010100011111100111111 | b6c83f3f8fc6ea3f3f |
UTF-8 | 業볥굛沆롧빊 | 111001101010010110101101111010111011001110100101111010101011010110011011111001101011001010000110111010111010000110100111111010111011100110001010 | e6a5adebb3a5eab59be6b286eba1a7ebb98a |
UHC | 業볥굛沆롧빊 | 111001011111011010010011111010111000001010000011111110011111101010001110111001111001010110110000 | e5f693eb8283f9fa8ee795b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)