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 | 萍隹シ眈セ | 1110010011001010111010001011000010111100111000011011110010111110 | e4cae8b0bce1bcbe |
EUC-JP | 萍隹シ眈セ | 11101000110011001111000010110010100011101011110011100010101111101000111010111110 | e8ccf0b28ebce2be8ebe |
UTF-8 | 萍隹シ眈セ | 111010001001000010001101111010011001101010111001111011111011110110111100111001111001110010001000111011111011110110111110 | e8908de99ab9efbdbce79c88efbdbe |
UHC | 萍??眈? | 11111000110000110011111100111111111101111010111100111111 | f8c33f3ff7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)