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 | 閭夜岫閧 | 1110100010000011100101101110100110011011101010111110100010000010 | e88396e99babe882 |
EUC-JP | 閭夜岫閧 | 1110111111100011110011001110101111010110101011011110111111100010 | efe3ccebd6adefe2 |
UTF-8 | 閭夜岫閧 | 111010011001011010101101111001011010010010011100111001011011001010101011111010011001011010100111 | e996ade5a49ce5b2abe996a7 |
UHC | 閭夜岫? | 11010101111011111110010110101000111000011111101100111111 | d5efe5a8e1fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)