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 | 移???辛? | 1000100011011010001111110011111100111111100100000110100000111111 | 88da3f3f3f90683f |
EUC-JP | 移???辛? | 1011000011011100001111110011111100111111101111111100100100111111 | b0dc3f3f3fbfc93f |
UTF-8 | 移얕렭렏辛렢 | 111001111010011110111011111011001001011010010101111010111010000010101101111010111010000010001111111010001011111010011011111010111010000010100010 | e7a7bbec9695eba0adeba08fe8be9beba0a2 |
UHC | 移얕렭렏辛렢 | 111011001011100110111110111010001000111010111010100011101010010111100011111101001000111010110011 | ecb9bee88eba8ea5e3f48eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)