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 | 甑?肄??證 | 100011011001100100111111111000111110010100111111001111111110011010011010 | 8d993fe3e53f3fe69a |
EUC-JP | 甑?肄??證 | 101110011111100100111111111001101110011100111111001111111110101111111010 | b9f93fe6e73f3febfa |
UTF-8 | 甑렏肄펠듄證 | 111001111001010010010001111010111010000010001111111010001000001010000100111011011000111010100000111010111001001110000100111010001010110110001001 | e79491eba08fe88284ed8ea0eb9384e8ad89 |
UHC | 甑렏肄펠듄證 | 111100011111011110001110101001011110110010111101110001101110011110110101111000011111000111111011 | f1f78ea5ecbdc6e7b5e1f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)