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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 貉幄ーキH | 11100110101110011001101111101000101100001011011101001000 | e6b99be8b0b748 |
EUC-JP | 貉幄ーキH | 111011001011101111010110111010101000111010110000100011101011011101001000 | ecbbd6ea8eb08eb748 |
UTF-8 | 貉幄ーキH | 11101000101100101000100111100101101110011000010011101111101111011011000011101111101111011011011101001000 | e8b289e5b984efbdb0efbdb748 |
UHC | ?幄??H | 001111111110010011000001001111110011111101001000 | 3fe4c13f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)