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 | 岦式醤 | 111110101010110010001110101011101000111111011101 | faac8eae8fdd |
EUC-JP | 岦式醤 | 10001111101110111011001110111100101100001011111011011111 | 8fbbb3bcb0bedf |
UTF-8 | 岦式醤 | 111001011011001010100110111001011011110010001111111010011000011010100100 | e5b2a6e5bc8fe986a4 |
UHC | ?式? | 00111111111000111101001000111111 | 3fe3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)