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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湿自 | 1111000011000001100011101011110011110000110110101000111010101001 | f0c18ebcf0da8ea9 |
EUC-JP | ?湿?自 | 001111111011110010111110001111111011110010101011 | 3fbcbe3fbcab |
UTF-8 | 湿自 | 111011101000001010000000111001101011100110111111111011101000001010011001111010001000011110101010 | ee8280e6b9bfee8299e887aa |
UHC | ???自 | 0011111100111111001111111110110110111011 | 3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)