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 | 擾↓┫節?? | 10001111111011111000000110101011100001001011001010010000110111110011111100111111 | 8fef81ab84b290df3f3f |
EUC-JP | 擾↓┫節?? | 10111110111100011010001010101101101010001011010011000000111000010011111100111111 | bef1a2ada8b4c0e13f3f |
UTF-8 | 擾↓┫節담궍 | 111001101001001110111110111000101000011010010011111000101001010010101011111001111010111110000000111010111000101110110100111010101011011010001101 | e693bee28693e294abe7af80eb8bb4eab68d |
UHC | 擾↓┫節담궍 | 111010001111011010100001111010011010011010110100111011111011110110110100111000111000001010100011 | e8f6a1e9a6b4efbdb4e382a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)