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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏??宜ф? | 100010001101100000111111001111111000101101011000100001001000011000111111 | 88d83f3f8b5884863f |
EUC-JP | 畏??宜ф? | 101100001101101000111111001111111011010110111001101001111110011000111111 | b0da3f3fb5b9a7e63f |
UTF-8 | 畏븍맧宜ф틦 | 1110011110010101100011111110101110111000100011011110101110100111101001111110010110101110100111001101000110000100111011011000101110100110 | e7958febb88deba7a7e5ae9cd184ed8ba6 |
UHC | 畏븍맧宜ф틦 | 111010001110011010111010111010111001000010110000111010111111000110101100111001101011101010010000 | e8e6baeb90b0ebf1ace6ba90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)