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 | ???d?x | 001111110011111100111111011001000011111101111000 | 3f3f3f643f78 |
SJIS-WIN | ???d?x | 001111110011111100111111011001000011111101111000 | 3f3f3f643f78 |
EUC-JP | ???d?x | 001111110011111100111111011001000011111101111000 | 3f3f3f643f78 |
UTF-8 | 혵쩔찾d챈x | 1110110110011000101101011110110010101001100101001110110010110000101111100110010011101100101100011000100001111000 | ed98b5eca994ecb0be64ecb18878 |
UHC | 혵쩔찾d챈x | 11000010100111001100001010111111110000111010001101100100110000111010011001111000 | c29cc2bfc3a364c3a678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)