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 | 螻躯キわ貯豼 | 1110010110110001100010111110101110110111100000101110110110010010100110011110011010111111 | e5b18bebb782ed9299e6bf |
EUC-JP | 螻躯キわ貯豼 | 111010101011001110110110111011011000111010110111101001001110111111000011111110011110110011000001 | eab3b6ed8eb7a4efc3f9ecc1 |
UTF-8 | 螻躯キわ貯豼 | 111010001001111010111011111010001011101010101111111011111011110110110111111000111000001010001111111010001011001010101111111010001011000110111100 | e89ebbe8baafefbdb7e3828fe8b2afe8b1bc |
UHC | ???わ貯? | 0011111100111111001111111010101011101111111011101100110100111111 | 3f3f3faaefeecd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)