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 | 荻竇? | 1000100110101100111000101000010100111111 | 89ace2853f |
EUC-JP | 荻竇? | 1011001010101110111000111110010100111111 | b2aee3e53f |
UTF-8 | 荻竇껌 | 111010001000110110111011111001111010101110000111111010101011101110001100 | e88dbbe7ab87eabb8c |
UHC | 荻竇껌 | 111011101110001011010100111001001011001010101101 | eee2d4e4b2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)