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 | 褻??悉 | 111001011111011000111111001111111000111010111011 | e5f63f3f8ebb |
EUC-JP | 褻??悉 | 111010101111100000111111001111111011110010111101 | eaf83f3fbcbd |
UTF-8 | 褻뙊뢘悉 | 111010001010010010111011111010111001100110001010111010111010001010011000111001101000001010001001 | e8a4bbeb998aeba298e68289 |
UHC | 褻뙊뢘悉 | 1110000011100001100011001000111110001111010100111110001111111010 | e0e18c8f8f53e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)