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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 訂屯?^ | 100100101111100110010011110101000011111101011110 | 92f993d43f5e |
EUC-JP | 訂屯?^ | 110001001111101111000110110101100011111101011110 | c4fbc6d63f5e |
UTF-8 | 訂屯혓^ | 11101000101010001000001011100101101100011010111111101101100110001001001101011110 | e8a882e5b1afed98935e |
UHC | 訂屯혓^ | 11101111111101001101010011101010110001111111101001011110 | eff4d4eac7fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)