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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鶯??節?? | 1110100111110010001111110011111110010000110111110011111100111111 | e9f23f3f90df3f3f |
EUC-JP | 鶯?Ł節?? | 11110010111101000011111110001111101010011010100011000000111000010011111100111111 | f2f43f8fa9a8c0e13f3f |
UTF-8 | 鶯뚳Ł節㎩넍 | 1110100110110110101011111110101110011010101100111100010110000001111001111010111110000000111000111000111010101001111010111000010010001101 | e9b6afeb9ab3c581e7af80e38ea9eb848d |
UHC | 鶯뚳Ł節㎩넍 | 111001011010001110001100111011111010100010101001111011111011110110100111111001011000011010011001 | e5a38cefa8a9efbda7e58699 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)