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 | 檍??諭 | 100111101111100000111111001111111001011101000000 | 9ef83f3f9740 |
EUC-JP | 檍??諭 | 110111001111101000111111001111111100110110100001 | dcfa3f3fcda1 |
UTF-8 | 檍용뛾諭 | 111001101010101010001101111011001001101010101001111010111001101110111110111010001010101110101101 | e6aa8dec9aa9eb9bbee8abad |
UHC | 檍용뛾諭 | 1110010111100101101111111110101110001101100001001110101110110001 | e5e5bfeb8d84ebb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)