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 | ??身?? | 001111110011111110010000011001110011111100111111 | 3f3f90673f3f |
EUC-JP | ??身?? | 001111110011111110111111110010000011111100111111 | 3f3fbfc83f3f |
UTF-8 | 泥렪身렔롅 | 111011111010011110100011111010111010000010101010111010001011101010101011111010111010000010010100111010111010000110000101 | efa7a3eba0aae8baabeba094eba185 |
UHC | 泥렪身렔롅 | 11101100101100101000111010111000111000111111001110001110101010011000111011001011 | ecb28eb8e3f38ea98ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)