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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-WIN | 弱?ぐD | 100011101110001100111111100000101010111001000100 | 8ee33f82ae44 |
EUC-JP | 弱?ぐD | 101111001110010100111111101001001011000001000100 | bce53fa4b044 |
UTF-8 | 弱딂ぐD | 11100101101111001011000111101011100101001000001011100011100000011001000001000100 | e5bcb1eb9482e3819044 |
UHC | 弱딂ぐD | 11100101101100001000101011101000101010101011000001000100 | e5b08ae8aab044 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)