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 | 渟?卞 | 1001111111011001001111111001100111000100 | 9fd93f99c4 |
EUC-JP | 渟?卞 | 1101111011011011001111111101001011000110 | dedb3fd2c6 |
UTF-8 | 渟띤卞 | 111001101011100010011111111010111001110110100100111001011000110110011110 | e6b89feb9da4e58d9e |
UHC | 渟띤卞 | 111011111110010110110110111011011101110010100110 | efe5b6eddca6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)