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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陜ィ蛹コ譴オ | 111010001001110110101000111001011000110010111010111001101010001010110101 | e89da8e58cbae6a2b5 |
EUC-JP | 陜ィ蛹コ譴オ | 111011111111110110001110101010001110100111101100100011101011101011101100101001001000111010110101 | effd8ea8e9ec8ebaeca48eb5 |
UTF-8 | 陜ィ蛹コ譴オ | 111010011001100110011100111011111011110110101000111010001001101110111001111011111011110110111010111010001010110110110100111011111011110110110101 | e9999cefbda8e89bb9efbdbae8adb4efbdb5 |
UHC | 陜???譴? | 1111100111110000001111110011111100111111110011001011100100111111 | f9f03f3f3fccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)