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 | 蔕翫原聰 | 1110010011110110100010101110001110001100101101001110001111100000 | e4f68ae38cb4e3e0 |
EUC-JP | 蔕翫原聰 | 1110100011111000101101001110010110111000101101101110011011100010 | e8f8b4e5b8b6e6e2 |
UTF-8 | 蔕翫原聰 | 111010001001010010010101111001111011111110101011111001011000111010011111111010001000000110110000 | e89495e7bfabe58e9fe881b0 |
UHC | ?翫原聰 | 00111111111010001101000111101010101010111111010111000110 | 3fe8d1eaabf5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)