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 | 骰秘∟ | 111010011000110110010100111010011000011110011000 | e98d94e98798 |
EUC-JP | 骰秘? | 1111000111101101110010001110101100111111 | f1edc8eb3f |
UTF-8 | 骰秘∟ | 111010011010101010110000111001111010011110011000111000101000100010011111 | e9aab0e7a798e2889f |
UHC | ?秘? | 00111111110111011111101000111111 | 3fddfa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)