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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅??艤? | 10001001111010110011111100111111111001000111111000111111 | 89eb3f3fe47e3f |
EUC-JP | 雅??艤? | 10110010111011010011111100111111111001111101111100111111 | b2ed3f3fe7df3f |
UTF-8 | 雅ⓥ꽒艤풼 | 111010011001101110000101111000101001001110100101111010101011110110010010111010001000100110100100111011011001001010111100 | e99b85e293a5eabd92e889a4ed92bc |
UHC | 雅ⓥ꽒艤풼 | 11100100101110101010100011100010100001001010000111101011111110101011111101100100 | e4baa8e284a1ebfabf64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)