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 | 症鮱錚 | 100011111100011111111100010001001110100001000010 | 8fc7fc44e842 |
EUC-JP | 症鮱錚 | 10111110110010011000111111101010111001101110111110100011 | bec98feae6efa3 |
UTF-8 | 症鮱錚 | 111001111001011110000111111010011010111010110001111010011000110010011010 | e79787e9aeb1e98c9a |
UHC | 症?錚 | 1111000111111000001111111110111010110110 | f1f83feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)