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 | 00111111001111110011111111100110011010110101010001000010 | 3f3f3fe66b5442 |
EUC-JP | ???詭TB | 00111111001111110011111111101011110011000101010001000010 | 3f3f3febcc5442 |
UTF-8 | 溫뚩퐶詭TB | 1110011010111010101010111110101110011010101010011110110110010000101101101110100010101001101011010101010001000010 | e6baabeb9aa9ed90b6e8a9ad5442 |
UHC | 溫뚩퐶詭TB | 11101000101011101000110011101000101111011001111111001111111110000101010001000010 | e8ae8ce8bd9fcff85442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)