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 | 蜑。遒ゥ譎ィ | 111001011000100110100001111001111010001010101001111001101001100110101000 | e589a1e7a2a9e699a8 |
EUC-JP | 蜑。遒ゥ譎ィ | 111010011110100110001110101000011110111010100100100011101010100111101011111110011000111010101000 | e9e98ea1eea48ea9ebf98ea8 |
UTF-8 | 蜑。遒ゥ譎ィ | 111010001001110010010001111011111011110110100001111010011000000110010010111011111011110110101001111010001010110110001110111011111011110110101000 | e89c91efbda1e98192efbda9e8ad8eefbda8 |
UHC | ????譎? | 00111111001111110011111100111111111111011101001000111111 | 3f3f3f3ffdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)