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 | ∵????田 | 1000000111100110001111110011111100111111001111111001001101100011 | 81e63f3f3f3f9363 |
EUC-JP | ∵????田 | 1010001011101000001111110011111100111111001111111100010111000100 | a2e83f3f3f3fc5c4 |
UTF-8 | ∵룫킃◈룫田 | 111000101000100010110101111010111010001110101011111011011000001010000011111000101001011110001000111010111010001110101011111001111001010010110000 | e288b5eba3abed8283e29788eba3abe794b0 |
UHC | ∵룫킃◈룫田 | 101000011111000110001111101000101011010010001111101000101100001010001111101000101110111110100011 | a1f18fa2b48fa2c28fa2efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)