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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 赦芝蓙\ | 10001110110011011000111011000101111001001110011001011100 | 8ecd8ec5e4e65c |
EUC-JP | 赦芝蓙\ | 10111100110011111011110011000111111010001110100001011100 | bccfbcc7e8e85c |
UTF-8 | 赦芝蓙\ | 11101000101101011010011011101000100010101001110111101000100100111001100101011100 | e8b5a6e88a9de893995c |
UHC | 赦芝?\ | 110111101111010111110010101110010011111101011100 | def5f2b93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)