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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ??斐共檢F | 001111110011111110010100111000111000101110100100100111101111101101000110 | 3f3f94e38ba49efb46 |
EUC-JP | ??斐共檢F | 001111110011111111001000111001011011011010100110110111001111110101000110 | 3f3fc8e5b6a6dcfd46 |
UTF-8 | 씨뤒斐共檢F | 11101100100101001010100011101011101001001001001011100110100101101001000011100101100001011011000111100110101010101010001001000110 | ec94a8eba492e69690e585b1e6aaa246 |
UHC | 씨뤒斐共檢F | 1011111010111110100011111100001011011101111011001100110111101100110010111111111001000110 | bebe8fc2ddeccdeccbfe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)