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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???帥?? | 00111111001111110011111110010000100000110011111100111111 | 3f3f3f90833f3f |
EUC-JP | ???帥?? | 00111111001111110011111110111111111000110011111100111111 | 3f3f3fbfe33f3f |
UTF-8 | 拾꼷뢑帥됲뢑 | 111011111010010110110011111010101011110010110111111010111010001010010001111001011011100010100101111010111001000010110010111010111010001010010001 | efa5b3eabcb7eba291e5b8a5eb90b2eba291 |
UHC | 拾꼷뢑帥됲뢑 | 111001001010100110000100100011111000111101001100111000011111110110001001111011011000111101001100 | e4a9848f8f4ce1fd89ed8f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)