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 | 與??餓? | 11100100011011110011111100111111100010011110110000111111 | e46f3f3f89ec3f |
EUC-JP | 與??餓? | 11100111110100000011111100111111101100101110111000111111 | e7d03f3fb2ee3f |
UTF-8 | 與썲렘餓뽪 | 111010001000100010000111111011001000110110110010111010111010000010011000111010011010010010010011111010111011110110101010 | e88887ec8db2eba098e9a493ebbdaa |
UHC | 與썲렘餓뽪 | 11100110101010001011110111100101101101111011110111100100101110111001011011100110 | e6a8bde5b7bde4bb96e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)