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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 乙?劍 | 1000100110110011001111111001100110011000 | 89b33f9998 |
EUC-JP | 乙?劍 | 1011001010110101001111111101000111111000 | b2b53fd1f8 |
UTF-8 | 乙어劍 | 111001001011100110011001111011001001011010110100111001011000101010001101 | e4b999ec96b4e58a8d |
UHC | 乙어劍 | 111010111110000010111110111011101100101111111100 | ebe0beeecbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)