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 | 蟾ス驕懈酪 | 111001011011011110111101111010011000000110011100111001101001011110001111 | e5b7bde9819ce6978f |
EUC-JP | 蟾ス驕懈酪 | 11101010101110011000111010111101111100011110000111011000111010001100110111101111 | eab98ebdf1e1d8e8cdef |
UTF-8 | 蟾ス驕懈酪 | 111010001001111110111110111011111011110110111101111010011010100110010101111001101000011110001000111010011000010110101010 | e89fbeefbdbde9a995e68788e985aa |
UHC | 蟾?驕懈酪 | 111000001110101000111111110011101111011011111010101010111101010110101100 | e0ea3fcef6faabd5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)