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 | 豐サ豎先イ | 1110011010110010101110111110011010110001100100001110011010110010 | e6b2bbe6b190e6b2 |
EUC-JP | 豐サ豎先イ | 11101100101101001000111010111011111011001011001111000000111010001000111010110010 | ecb48ebbecb3c0e88eb2 |
UTF-8 | 豐サ豎先イ | 111010001011000110010000111011111011110110111011111010001011000110001110111001011000010110001000111011111011110110110010 | e8b190efbdbbe8b18ee58588efbdb2 |
UHC | ???先? | 001111110011111100111111111000001011101100111111 | 3f3f3fe0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)