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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | テ榲津榲ッ^ | 110000111001111011000011100100101100001110011110110000111010111101011110 | c39ec392c39ec3af5e |
EUC-JP | テ榲津榲ッ^ | 1000111011000011110111001100010111000100110001011101110011000101100011101010111101011110 | 8ec3dcc5c4c5dcc58eaf5e |
UTF-8 | テ榲津榲ッ^ | 11101111101111101000001111100110101001101011001011100110101101001010010111100110101001101011001011101111101111011010111101011110 | efbe83e6a6b2e6b4a5e6a6b2efbdaf5e |
UHC | ??津??^ | 00111111001111111111001011010000001111110011111101011110 | 3f3ff2d03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)