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 | 魚??悠 | 100010111001101100111111001111111001011101001001 | 8b9b3f3f9749 |
EUC-JP | 魚??悠 | 101101011111101100111111001111111100110110101010 | b5fb3f3fcdaa |
UTF-8 | 魚낅같悠 | 111010011010110110011010111010111000001010000101111010101011000010011001111001101000001010100000 | e9ad9aeb8285eab099e682a0 |
UHC | 魚낅같悠 | 1110010111100000100001011110101110110000101100001110101011101101 | e5e085ebb0b0eaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)