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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 惚域立鮟 | 1000110110011011100010001110011010010111101001111110100110111011 | 8d9b88e697a7e9bb |
EUC-JP | 惚域立鮟 | 1011100111111011101100001110100011001110101010011111001010111101 | b9fbb0e8cea9f2bd |
UTF-8 | 惚域立鮟 | 111001101000001110011010111001011001111110011111111001111010101110001011111010011010111010011111 | e6839ae59f9fe7ab8be9ae9f |
UHC | 惚域立鮟 | 1111101111101101111001101011010011011000101000011110010011010101 | fbede6b4d8a1e4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)