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 | ?低?? | 0011111110010010111000010011111100111111 | 3f92e13f3f |
EUC-JP | ?低?? | 0011111111000100111000110011111100111111 | 3fc4e33f3f |
UTF-8 | 襤低ㅏ뤴 | 111011111010010010100100111001001011110110001110111000111000010110001111111010111010010010110100 | efa4a4e4bd8ee3858feba4b4 |
UHC | 襤低ㅏ뤴 | 1101000111111101111011101011100010100100101111111000111111100010 | d1fdeeb8a4bf8fe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)