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 | 嵬??純 | 100110111100101000111111001111111000111110000011 | 9bca3f3f8f83 |
EUC-JP | 嵬??純 | 110101101100110000111111001111111011110111100011 | d6cc3f3fbde3 |
UTF-8 | 嵬듽끍純 | 111001011011010110101100111010111001001110111101111010111000000110001101111001111011010010010100 | e5b5aceb93bdeb818de7b494 |
UHC | 嵬듽끍純 | 1110100011100011100010101110001110000101101111101110001011101101 | e8e38ae385bee2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)