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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 箏アイ箏アイB | 111000101011010110110001101100101110001010110101101100011011001001000010 | e2b5b1b2e2b5b1b242 |
EUC-JP | 箏アイ箏アイB | 11100100101101111000111010110001100011101011001011100100101101111000111010110001100011101011001001000010 | e4b78eb18eb2e4b78eb18eb242 |
UTF-8 | 箏アイ箏アイB | 11100111101011101000111111101111101111011011000111101111101111011011001011100111101011101000111111101111101111011011000111101111101111011011001001000010 | e7ae8fefbdb1efbdb2e7ae8fefbdb1efbdb242 |
UHC | 箏??箏??B | 111011101011010000111111001111111110111010110100001111110011111101000010 | eeb43f3feeb43f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)