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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 繹レ? | 1110001110001000100000111000110000111111 | e388838c3f |
EUC-JP | 繹レ? | 1110010111101000101001011110110000111111 | e5e8a5ec3f |
UTF-8 | 繹レ떣 | 111001111011100110111001111000111000001110101100111010111001011010100011 | e7b9b9e383aceb96a3 |
UHC | 繹レ떣 | 111001101011101010101011111011001000101110110111 | e6baabec8bb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)