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 | 葆九厳絮 | 1110010011011100100010111110001110001100101101011110001101010000 | e4dc8be38cb5e350 |
EUC-JP | 葆九厳絮 | 1110100011011110101101101110010110111000101101111110010110110001 | e8deb6e5b8b7e5b1 |
UTF-8 | 葆九厳絮 | 111010001001000110000110111001001011100110011101111001011000111010110011111001111011010110101110 | e89186e4b99de58eb3e7b5ae |
UHC | ?九?絮 | 001111111100111011111010001111111101111111111100 | 3fcefa3fdffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)