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 | 赦鴫籀粃 | 1000111011001101100011101011000011100010110110001110001011100001 | 8ecd8eb0e2d8e2e1 |
EUC-JP | 赦鴫籀粃 | 1011110011001111101111001011001011100100110110101110010011100011 | bccfbcb2e4dae4e3 |
UTF-8 | 赦鴫籀粃 | 111010001011010110100110111010011011010010101011111001111011000110000000111001111011001010000011 | e8b5a6e9b4abe7b180e7b283 |
UHC | 赦??粃 | 110111101111010100111111001111111101110111111011 | def53f3fddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)