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 | 鶯??? | 1110100111110010001111110011111100111111 | e9f23f3f3f |
EUC-JP | 鶯??? | 1111001011110100001111110011111100111111 | f2f43f3f3f |
UTF-8 | 鶯뚳쉈廉 | 111010011011011010101111111010111001101010110011111011001000100110001000111011111010011010100010 | e9b6afeb9ab3ec8988efa6a2 |
UHC | 鶯뚳쉈廉 | 1110010110100011100011001110111110111101101001011110011011110101 | e5a38cefbda5e6f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)