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 | ????WTB | 00111111001111110011111100111111010101110101010001000010 | 3f3f3f3f575442 |
SJIS-WIN | 巐庭讌クWTB | 11111010101101101001001011101011111001101010010110111000010101110101010001000010 | fab692ebe6a5b8575442 |
EUC-JP | 巐庭讌クWTB | 100011111011101111111001110001001110110111101100101001111000111010111000010101110101010001000010 | 8fbbf9c4edeca78eb8575442 |
UTF-8 | 巐庭讌クWTB | 111001011011011110010000111001011011101010101101111010001010111010001100111011111011110110111000010101110101010001000010 | e5b790e5baade8ae8cefbdb8575442 |
UHC | ?庭??WTB | 0011111111101111110101000011111100111111010101110101010001000010 | 3fefd43f3f575442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)