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 | ??底? | 0011111100111111100100101110101000111111 | 3f3f92ea3f |
EUC-JP | ??底? | 0011111100111111110001001110110000111111 | 3f3fc4ec3f |
UTF-8 | 瓆렼底렦 | 111001111001001110000110111010111010000010111100111001011011101010010101111010111010000010100110 | e79386eba0bce5ba95eba0a6 |
UHC | 瓆렼底렦 | 1111001011101111100011101100010011101110101111001000111010110101 | f2ef8ec4eebc8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)