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 | 奣夭ぐ邂擾 | 11111010101000111001101011101110100000101010111011100111101011101000111111101111 | faa39aee82aee7ae8fef |
EUC-JP | 奣夭ぐ邂擾 | 1000111110111000111111001101010011110000101001001011000011101110101100001011111011110001 | 8fb8fcd4f0a4b0eeb0bef1 |
UTF-8 | 奣夭ぐ邂擾 | 111001011010010110100011111001011010010010101101111000111000000110010000111010011000001010000010111001101001001110111110 | e5a5a3e5a4ade38190e98282e693be |
UHC | ?夭ぐ邂擾 | 001111111110100011101100101010101011000011111010101100111110100011110110 | 3fe8ecaab0fab3e8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)