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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魄ク雎宣屆 | 111010011010111010111000111010001011000110010000111010011001101110011100 | e9aeb8e8b190e99b9c |
EUC-JP | 魄ク雎宣屆 | 11110010101100001000111010111000111100001011001111000000111010111101010111111100 | f2b08eb8f0b3c0ebd5fc |
UTF-8 | 魄ク雎宣屆 | 111010011010110110000100111011111011110110111000111010011001101110001110111001011010111010100011111001011011000110000110 | e9ad84efbdb8e99b8ee5aea3e5b186 |
UHC | 魄?雎宣屆 | 110110111101111000111111111011101101000111100000101111101100110011111010 | dbde3feed1e0beccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)