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 | 彫?矣? | 100100101010010000111111111000011110000100111111 | 92a43fe1e13f |
EUC-JP | 彫?矣? | 110001001010011000111111111000101110001100111111 | c4a63fe2e33f |
UTF-8 | 彫렣矣렲 | 111001011011110110101011111010111010000010100011111001111001111110100011111010111010000010110010 | e5bdabeba0a3e79fa3eba0b2 |
UHC | 彫렣矣렲 | 1111000011000001100011101011010011101011111110001000111010111111 | f0c18eb4ebf88ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)