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 | 汀???辛? | 1001001011110011001111110011111100111111100100000110100000111111 | 92f33f3f3f90683f |
EUC-JP | 汀???辛? | 1100010011110101001111110011111100111111101111111100100100111111 | c4f53f3f3fbfc93f |
UTF-8 | 汀뀁렲렟辛렓 | 111001101011000110000000111010111000000010000001111010111010000010110010111010111010000010011111111010001011111010011011111010111010000010010011 | e6b180eb8081eba0b2eba09fe8be9beba093 |
UHC | 汀뀁렲렟辛렓 | 111011111110001010110010111011001000111010111111100011101011000011100011111101001000111010101000 | efe2b2ec8ebf8eb0e3f48ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)