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 | 瀋??亞 | 111000000110001100111111001111111001100010110001 | e0633f3f98b1 |
EUC-JP | 瀋??亞 | 110111111100010000111111001111111101000010110011 | dfc43f3fd0b3 |
UTF-8 | 瀋똾뜠亞 | 111001111000000010001011111010111001100010111110111010111001110010100000111001001011101010011110 | e7808beb98beeb9ca0e4ba9e |
UHC | 瀋똾뜠亞 | 1110010010100011100011001000010010001101101000111110010010101100 | e4a38c848da3e4ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)