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 | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
SJIS-WIN | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
EUC-JP | ????TB | 001111110011111100111111001111110101010001000010 | 3f3f3f3f5442 |
UTF-8 | 捻꽝쇰쇃TB | 1110111110100110101001001110101010111101100111011110110010000111101100001110110010000111100000110101010001000010 | efa6a4eabd9dec87b0ec87835442 |
UHC | 捻꽝쇰쇃TB | 11100110111101111011001011001110101111001110101110011001101101110101010001000010 | e6f7b2cebceb99b75442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)