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 | ◇??枇 | 100000011001111000111111001111111001010011111000 | 819e3f3f94f8 |
EUC-JP | ◇??枇 | 101000011111111000111111001111111100100011111010 | a1fe3f3fc8fa |
UTF-8 | ◇룵웩枇 | 111000101001011110000111111010111010001110110101111011001001101110101001111001101001111010000111 | e29787eba3b5ec9ba9e69e87 |
UHC | ◇룵웩枇 | 1010000111011110100011111010101011000000101000011101110111101101 | a1de8faac0a1dded |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)