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 | 弱????? | 10001110111000110011111100111111001111110011111100111111 | 8ee33f3f3f3f3f |
EUC-JP | 弱????? | 10111100111001010011111100111111001111110011111100111111 | bce53f3f3f3f3f |
UTF-8 | 弱덊쓼淋잌뎄 | 111001011011110010110001111010111000110110001010111011001001001110111100111011111010011110110101111011001001111010001100111010111000111010000100 | e5bcb1eb8d8aec93bcefa7b5ec9e8ceb8e84 |
UHC | 弱덊쓼淋잌뎄 | 111001011011000010001000111011011001110110010111111011001111100010011111111001011011010110101100 | e5b088ed9d97ecf89fe5b5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)