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 | ?る?懿 | 001111111000001011101001001111111001110011110010 | 3f82e93f9cf2 |
EUC-JP | ?る?懿 | 001111111010010011101011001111111101100011110100 | 3fa4eb3fd8f4 |
UTF-8 | 囹る걫懿 | 111011111010011010101001111000111000001010001011111010101011000110101011111001101000011110111111 | efa6a9e3828beab1abe687bf |
UHC | 囹る걫懿 | 1110011110101010101010101110101110000001100101001110101111110011 | e7aaaaeb8194ebf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)