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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬯假スー鋺井 | 11101001101011001001100011101111101111011011000011100111111110101000100011100100 | e9ac98efbdb0e7fa88e4 |
EUC-JP | 鬯假スー鋺井 | 111100101010111011010000111100011000111010111101100011101011000011101110111111001011000011100110 | f2aed0f18ebd8eb0eefcb0e6 |
UTF-8 | 鬯假スー鋺井 | 111010011010110010101111111001011000000110000111111011111011110110111101111011111011110110110000111010011000101110111010111001001011101010010101 | e9acafe58187efbdbdefbdb0e98bbae4ba95 |
UHC | ?假???井 | 0011111111001010101000110011111100111111001111111110111111001100 | 3fcaa33f3f3fefcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)