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 | 制?懿? | 100100001010011100111111100111001111001000111111 | 90a73f9cf23f |
EUC-JP | 制?懿? | 110000001010100100111111110110001111010000111111 | c0a93fd8f43f |
UTF-8 | 制렠懿렱 | 111001011000100010110110111010111010000010100000111001101000011110111111111010111010000010110001 | e588b6eba0a0e687bfeba0b1 |
UHC | 制렠懿렱 | 1111000010100100100011101011000111101011111100111000111010111110 | f0a48eb1ebf38ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)