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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ???優BF | 00111111001111110011111110010111010001000100001001000110 | 3f3f3f97444246 |
EUC-JP | ???優BF | 00111111001111110011111111001101101001010100001001000110 | 3f3f3fcda54246 |
UTF-8 | 쒀롔쒀優BF | 1110110010010010100000001110101110100001100101001110110010010010100000001110010110000100101010100100001001000110 | ec9280eba194ec9280e584aa4246 |
UHC | 쒀롔쒀優BF | 10111110101011001000111011011000101111101010110011101001110100000100001001000110 | beac8ed8beace9d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)