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 | 鶯???√? | 1110100111110010001111110011111100111111100000011110001100111111 | e9f23f3f3f81e33f |
EUC-JP | 鶯???√? | 1111001011110100001111110011111100111111101000101110010100111111 | f2f43f3f3fa2e53f |
UTF-8 | 鶯뚳쉈掠√뀲 | 111010011011011010101111111010111001101010110011111011001000100110001000111011111010010110110101111000101000100010011010111010111000000010110010 | e9b6afeb9ab3ec8988efa5b5e2889aeb80b2 |
UHC | 鶯뚳쉈掠√뀲 | 111001011010001110001100111011111011110110100101111001011011000110100001111011101000010110101000 | e5a38cefbda5e5b1a1ee85a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)