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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 療낆떓痢뺠쁻 | 111011111010011110000001111010111000001010000110111010111001011010010011111011111010011110100101111010111011101010100000111011001000000110111011 | efa781eb8286eb9693efa7a5ebbaa0ec81bb |
UHC | 療낆떓痢뺠쁻 | 111010001111111010000101111011001000101110101001111011001011100010010101111010001001100010000010 | e8fe85ec8ba9ecb895e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)