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 | 獰????? | 11100000110101100011111100111111001111110011111100111111 | e0d63f3f3f3f3f |
EUC-JP | 獰????? | 11100000110110000011111100111111001111110011111100111111 | e0d83f3f3f3f3f |
UTF-8 | 獰⒵씧溜딅젧 | 111001111000110110110000111000101001001010110101111011001001010010100111111011111010011110001011111010111001010010000101111011001010000010100111 | e78db0e292b5ec94a7efa78beb9485eca0a7 |
UHC | 獰⒵씧溜딅젧 | 111001111011111010101001111001101001110110111011111010101111111010001010111010111010000010011111 | e7bea9e69dbbeafe8aeba09f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)