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 | 0011111100111111001111110101010001000010 | 3f3f3f5442 |
SJIS-WIN | 驟器ΣTB | 1110100110000101100010101110110110000011101100000101010001000010 | e9858aed83b05442 |
EUC-JP | 驟器ΣTB | 1111000111100101101101001110111110100110101100100101010001000010 | f1e5b4efa6b25442 |
UTF-8 | 驟器ΣTB | 11101001101010011001111111100101100110011010100011001110101000110101010001000010 | e9a99fe599a8cea35442 |
UHC | 驟器ΣTB | 1111011010101110110100001110111110100101110100100101010001000010 | f6aed0efa5d25442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)