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 | 岦咒鎗 | 111110101010110010011001111011101001000110011001 | faac99ee9199 |
EUC-JP | 岦咒鎗 | 10001111101110111011001111010010111100001100000111111001 | 8fbbb3d2f0c1f9 |
UTF-8 | 岦咒鎗 | 111001011011001010100110111001011001001010010010111010011000111010010111 | e5b2a6e59292e98e97 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)