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 | 蛛獺艪 | 111001011000000111100000110110101110010010000010 | e581e0dae482 |
EUC-JP | 蛛獺艪 | 111010011110000111100000110111001110011111100010 | e9e1e0dce7e2 |
UTF-8 | 蛛獺艪 | 111010001001101110011011111001111000110110111010111010001000100110101010 | e89b9be78dbae889aa |
UHC | 蛛獺? | 1111000111001000110100111011011100111111 | f1c8d3b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)