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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ凝ィテ債ェB | 110000111000101111000011101010001100001110001101110000101010101001000010 | c38bc3a8c38dc2aa42 |
EUC-JP | テ凝ィテ債ェB | 10001110110000111011011011000101100011101010100010001110110000111011101011000100100011101010101001000010 | 8ec3b6c58ea88ec3bac48eaa42 |
UTF-8 | テ凝ィテ債ェB | 11101111101111101000001111100101100001111001110111101111101111011010100011101111101111101000001111100101100000101011010111101111101111011010101001000010 | efbe83e5879defbda8efbe83e582b5efbdaa42 |
UHC | ?凝??債?B | 001111111110101111101010001111110011111111110011111100000011111101000010 | 3febea3f3ff3f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)