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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 雅??艤?B | 1000100111101011001111110011111111100100011111100011111101000010 | 89eb3f3fe47e3f42 |
EUC-JP | 雅??艤?B | 1011001011101101001111110011111111100111110111110011111101000010 | b2ed3f3fe7df3f42 |
UTF-8 | 雅ⓥ꽒艤풞B | 11101001100110111000010111100010100100111010010111101010101111011001001011101000100010011010010011101101100100101001111001000010 | e99b85e293a5eabd92e889a4ed929e42 |
UHC | 雅ⓥ꽒艤풞B | 1110010010111010101010001110001010000100101000011110101111111010101111110100000101000010 | e4baa8e284a1ebfabf4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)