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 | 鱆齏獺鱆 | 1110100111100001111010001110101111100000110110101110100111100001 | e9e1e8ebe0dae9e1 |
EUC-JP | 鱆齏獺鱆 | 1111001011100011111100001110110111100000110111001111001011100011 | f2e3f0ede0dcf2e3 |
UTF-8 | 鱆齏獺鱆 | 111010011011000110000110111010011011110110001111111001111000110110111010111010011011000110000110 | e9b186e9bd8fe78dbae9b186 |
UHC | ??獺? | 0011111100111111110100111011011100111111 | 3f3fd3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)