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 | 蠑幎ク肥惠 | 111001011011110010011011111010111011100010010100111011001001110010101000 | e5bc9bebb894ec9ca8 |
EUC-JP | 蠑幎ク肥惠 | 11101010101111101101011011101101100011101011100011001000111011101101100010101010 | eabed6ed8eb8c8eed8aa |
UTF-8 | 蠑幎ク肥惠 | 111010001010000010010001111001011011100110001110111011111011110110111000111010001000001010100101111001101000001110100000 | e8a091e5b98eefbdb8e882a5e683a0 |
UHC | ???肥惠 | 00111111001111110011111111011101111111101111101110110011 | 3f3f3fddfefbb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)