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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郞幄セ樒、 | 1111101110110110100110111110100010111110100111101110011110100100 | fbb69be8be9ee7a4 |
EUC-JP | ?幄セ樒、 | 001111111101011011101010100011101011111011011100111010011000111010100100 | 3fd6ea8ebedce98ea4 |
UTF-8 | 郞幄セ樒、 | 111010011000001110011110111001011011100110000100111011111011110110111110111001101010100010010010111011111011110110100100 | e9839ee5b984efbdbee6a892efbda4 |
UHC | 郞幄??? | 11010101110011011110010011000001001111110011111100111111 | d5cde4c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)