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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 猶λ. | 100101110101000010000011110010011000000101000100 | 975083c98144 |
EUC-JP | 猶λ. | 110011011011000110100110110010111010000110100101 | cdb1a6cba1a5 |
UTF-8 | 猶λ. | 1110011110001100101101101100111010111011111011111011110010001110 | e78cb6cebbefbc8e |
UHC | 猶λ. | 111010111010001010100101111010111010001110101110 | eba2a5eba3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)