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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??身? | 0011111100111111100100000110011100111111 | 3f3f90673f |
EUC-JP | ??身? | 0011111100111111101111111100100000111111 | 3f3fbfc83f |
UTF-8 | 鱗렲身렒 | 111011111010011110110010111010111010000010110010111010001011101010101011111010111010000010010010 | efa7b2eba0b2e8baabeba092 |
UHC | 鱗렲身렒 | 1110110011100111100011101011111111100011111100111000111010100111 | ece78ebfe3f38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)