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 | 郞幄セ樒、セ | 111110111011011010011011111010001011111010011110111001111010010010111110 | fbb69be8be9ee7a4be |
EUC-JP | ?幄セ樒、セ | 0011111111010110111010101000111010111110110111001110100110001110101001001000111010111110 | 3fd6ea8ebedce98ea48ebe |
UTF-8 | 郞幄セ樒、セ | 111010011000001110011110111001011011100110000100111011111011110110111110111001101010100010010010111011111011110110100100111011111011110110111110 | e9839ee5b984efbdbee6a892efbda4efbdbe |
UHC | 郞幄???? | 1101010111001101111001001100000100111111001111110011111100111111 | d5cde4c13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)