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 | 逕梦ヲゥ | 111001111001010010011010111010111010011010101001 | e7949aeba6a9 |
EUC-JP | 逕梦ヲゥ | 1110110111110100110101001110110110001110101001101000111010101001 | edf4d4ed8ea68ea9 |
UTF-8 | 逕梦ヲゥ | 111010011000000010010101111001101010001010100110111011111011110110100110111011111011110110101001 | e98095e6a2a6efbda6efbda9 |
UHC | 逕??? | 1100110011101111001111110011111100111111 | ccef3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)