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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 缸???h | 111000111001110100111111001111110011111101101000 | e39d3f3f3f68 |
EUC-JP | 缸???h | 111001011111110100111111001111110011111101101000 | e5fd3f3f3f68 |
UTF-8 | 缸멱렭숯h | 11100111101111001011100011101011101010011011000111101011101000001010110111101100100010001010111101101000 | e7bcb8eba9b1eba0adec88af68 |
UHC | 缸멱렭숯h | 111110011111110010111000111010001000111010111010101111011010000101101000 | f9fcb8e88ebabda168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)