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 | 顆ょ些螢 | 1110100011110111100000101110010110001101101100011110010110100011 | e8f782e58db1e5a3 |
EUC-JP | 顆ょ些螢 | 1111000011111001101001001110011110111010101100111110101010100101 | f0f9a4e7bab3eaa5 |
UTF-8 | 顆ょ些螢 | 111010011010000110000110111000111000001010000111111001001011101010011011111010001001111010100010 | e9a186e38287e4ba9be89ea2 |
UHC | 顆ょ些螢 | 1100111010101000101010101110011111011110110000011111101110101011 | cea8aae7dec1fbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)