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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モノマケ | 110100111100100111110000101011111100111110111001 | d3c9f0afcfb9 |
EUC-JP | モノ?マケ | 100011101101001110001110110010010011111110001110110011111000111010111001 | 8ed38ec93f8ecf8eb9 |
UTF-8 | モノマケ | 111011111011111010010011111011111011111010001001111011101000000110101110111011111011111010001111111011111011110110111001 | efbe93efbe89ee81aeefbe8fefbdb9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)