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 | 嵬????葛 | 1001101111001010001111110011111100111111001111111000101010001011 | 9bca3f3f3f3f8a8b |
EUC-JP | 嵬????葛 | 1101011011001100001111110011111100111111001111111011001111101011 | d6cc3f3f3f3fb3eb |
UTF-8 | 嵬닺렏흗렫葛 | 111001011011010110101100111010111000101110111010111010111010000010001111111011011001110110010111111010111010000010101011111010001001000110011011 | e5b5aceb8bbaeba08fed9d97eba0abe8919b |
UHC | 嵬닺렏흗렫葛 | 111010001110001110110100111010001000111010100101110010001110100110001110101110011100101011100111 | e8e3b4e88ea5c8e98eb9cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)