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 | 譽??餓?ⅹ | 111001101010001100111111001111111000100111101100001111111111101001001001 | e6a33f3f89ec3ffa49 |
EUC-JP | 譽??餓?? | 1110110010100101001111110011111110110010111011100011111100111111 | eca53f3fb2ee3f3f |
UTF-8 | 譽길땯餓뽩ⅹ | 111010001010110110111101111010101011100010111000111010111001010110101111111010011010010010010011111010111011110110101001111000101000010110111001 | e8adbdeab8b8eb95afe9a493ebbda9e285b9 |
UHC | 譽길땯餓뽩ⅹ | 111001111110001010110001111001101000101110000101111001001011101110010110111001011010010110101010 | e7e2b1e68b85e4bb96e5a5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)