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 | 顆懈・「貉 | 1110100011110111100111001110011010100101101000101110011010111001 | e8f79ce6a5a2e6b9 |
EUC-JP | 顆懈・「貉 | 11110000111110011101100011101000100011101010010110001110101000101110110010111011 | f0f9d8e88ea58ea2ecbb |
UTF-8 | 顆懈・「貉 | 111010011010000110000110111001101000011110001000111011111011110110100101111011111011110110100010111010001011001010001001 | e9a186e68788efbda5efbda2e8b289 |
UHC | 顆懈??? | 11001110101010001111101010101011001111110011111100111111 | cea8faab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)