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 | ??H????F | 0011111100111111010010000011111100111111001111110011111101000110 | 3f3f483f3f3f3f46 |
SJIS-WIN | テシHテコテ撮F | 110000111011110001001000110000111011101011000011100011100100001001000110 | c3bc48c3bac38e4246 |
EUC-JP | テシHテコテ撮F | 1000111011000011100011101011110001001000100011101100001110001110101110101000111011000011101110111010001101000110 | 8ec38ebc488ec38eba8ec3bba346 |
UTF-8 | テシHテコテ撮F | 1110111110111110100000111110111110111101101111000100100011101111101111101000001111101111101111011011101011101111101111101000001111100110100100101010111001000110 | efbe83efbdbc48efbe83efbdbaefbe83e692ae46 |
UHC | ??H???撮F | 001111110011111101001000001111110011111100111111111101011100100101000110 | 3f3f483f3f3ff5c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)