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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鰐施 | 0011111110011000011010111000111001111011 | 3f986b8e7b |
EUC-JP | ?鰐施 | 0011111111001111110011001011101111011100 | 3fcfccbbdc |
UTF-8 | 롁鰐施 | 111010111010000110000001111010011011000010010000111001101001011010111101 | eba181e9b090e696bd |
UHC | 롁鰐施 | 100011101100100011100100110010101110001110111111 | 8ec8e4cae3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)