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 | 迯邀皙 | 111001111000110111100111101100011110000110101010 | e78de7b1e1aa |
EUC-JP | 迯邀皙 | 111011011110110111101110101100111110001010101100 | ededeeb3e2ac |
UTF-8 | 迯邀皙 | 111010001011111110101111111010011000001010000000111001111001101010011001 | e8bfafe98280e79a99 |
UHC | ?邀? | 00111111111010011010110100111111 | 3fe9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)