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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 牘瑰牘瑰^ | 111000001010111111100000111100011110000010101111111000001111000101011110 | e0afe0f1e0afe0f15e |
EUC-JP | 牘瑰牘瑰^ | 111000001011000111100000111100111110000010110001111000001111001101011110 | e0b1e0f3e0b1e0f35e |
UTF-8 | 牘瑰牘瑰^ | 11100111100010011001100011100111100100011011000011100111100010011001100011100111100100011011000001011110 | e78998e791b0e78998e791b05e |
UHC | 牘?牘?^ | 11010100101110100011111111010100101110100011111101011110 | d4ba3fd4ba3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)