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 | 閭夜岫陬 | 1110100010000011100101101110100110011011101010111110100010100011 | e88396e99babe8a3 |
EUC-JP | 閭夜岫陬 | 1110111111100011110011001110101111010110101011011111000010100101 | efe3ccebd6adf0a5 |
UTF-8 | 閭夜岫陬 | 111010011001011010101101111001011010010010011100111001011011001010101011111010011001100110101100 | e996ade5a49ce5b2abe999ac |
UHC | 閭夜岫? | 11010101111011111110010110101000111000011111101100111111 | d5efe5a8e1fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)