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 | 轣晨摎陬ィ螢 | 1110011110000001100111011110110110011101100101111110100010100011101010001110010110100011 | e7819ded9d97e8a3a8e5a3 |
EUC-JP | 轣晨摎陬ィ螢 | 111011011110000111011010111011111101100111110111111100001010010110001110101010001110101010100101 | ede1daefd9f7f0a58ea8eaa5 |
UTF-8 | 轣晨摎陬ィ螢 | 111010001011110110100011111001101001100110101000111001101001000110001110111010011001100110101100111011111011110110101000111010001001111010100010 | e8bda3e699a8e6918ee999acefbda8e89ea2 |
UHC | ?晨???螢 | 0011111111100011111001110011111100111111001111111111101110101011 | 3fe3e73f3f3ffbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)