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 | 闕嬢「珠ァ | 1110100010001101100011111110110010100010100011101110110010100111 | e88d8feca28eeca7 |
EUC-JP | 闕嬢「珠ァ | 11101111111011011011111011101110100011101010001010111100111011101000111010100111 | efedbeee8ea2bcee8ea7 |
UTF-8 | 闕嬢「珠ァ | 111010011001011110010101111001011010110010100010111011111011110110100010111001111000111110100000111011111011110110100111 | e99795e5aca2efbda2e78fa0efbda7 |
UHC | 闕??珠? | 11001111111101000011111100111111111100011100000100111111 | cff43f3ff1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)