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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???魚ら | 00111111001111110011111110001011100110111000001011100111 | 3f3f3f8b9b82e7 |
EUC-JP | ???魚ら | 00111111001111110011111110110101111110111010010011101001 | 3f3f3fb5fba4e9 |
UTF-8 | 樂롥칯魚ら | 111011111010011010111111111010111010000110100101111011001011100110101111111010011010110110011010111000111000001010001001 | efa6bfeba1a5ecb9afe9ad9ae38289 |
UHC | 樂롥칯魚ら | 11101000111110011000111011100101101011111000001011100101111000001010101011101001 | e8f98ee5af82e5e0aae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)