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 | 箚亂眦 | 111000101011001010011000101010101110000111000011 | e2b298aae1c3 |
EUC-JP | 箚亂眦 | 111001001011010011010000101011001110001011000101 | e4b4d0ace2c5 |
UTF-8 | 箚亂眦 | 111001111010111010011010111001001011101010000010111001111001110010100110 | e7ae9ae4ba82e79ca6 |
UHC | 箚亂? | 1111001110110000110101011010111100111111 | f3b0d5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)