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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 阨夂兇 | 111010001001010110011010111001111000101110100010 | e8959ae78ba2 |
EUC-JP | 阨夂兇 | 111011111111010111010100111010011011011010100100 | eff5d4e9b6a4 |
UTF-8 | 阨夂兇 | 111010011001100010101000111001011010010010000010111001011000010110000111 | e998a8e5a482e58587 |
UHC | ??兇 | 00111111001111111111110111010100 | 3f3ffdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)