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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???扼? | 001111110011111100111111100111010100111000111111 | 3f3f3f9d4e3f |
EUC-JP | ???扼? | 001111110011111100111111110110011010111100111111 | 3f3f3fd9af3f |
UTF-8 | 筽며렡扼밄 | 111001111010110110111101111010111010100110110000111010111010000010100001111001101000100110111100111010111011000010000100 | e7adbdeba9b0eba0a1e689bcebb084 |
UHC | 筽며렡扼밄 | 11101000101001001011100011100111100011101011001011100100111110011001001101000010 | e8a4b8e78eb2e4f99342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)