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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テーテ震 | 1100001110110000110000111001000001101011 | c3b0c3906b |
EUC-JP | テーテ震 | 1000111011000011100011101011000010001110110000111011111111001100 | 8ec38eb08ec3bfcc |
UTF-8 | テーテ震 | 111011111011111010000011111011111011110110110000111011111011111010000011111010011001110010000111 | efbe83efbdb0efbe83e99c87 |
UHC | ???震 | 0011111100111111001111111111001011101000 | 3f3f3ff2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)