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 | ???|^ | 0011111100111111001111110111110001011110 | 3f3f3f7c5e |
SJIS-WIN | セォ蔀|^ | 101111101010101110001110110000010111110001011110 | beab8ec17c5e |
EUC-JP | セォ蔀|^ | 1000111010111110100011101010101110111100110000110111110001011110 | 8ebe8eabbcc37c5e |
UTF-8 | セォ蔀|^ | 1110111110111101101111101110111110111101101010111110100010010100100000000111110001011110 | efbdbeefbdabe894807c5e |
UHC | ???|^ | 0011111100111111001111110111110001011110 | 3f3f3f7c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)