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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | ??知???d | 0011111100111111100100100110110100111111001111110011111101100100 | 3f3f926d3f3f3f64 |
EUC-JP | ??知???d | 0011111100111111110000111100111000111111001111110011111101100100 | 3f3fc3ce3f3f3f64 |
UTF-8 | 렱렚知렱렎셔d | 11101011101000001011000111101011101000001001101011100111100111111010010111101011101000001011000111101011101000001000111011101100100001011001010001100100 | eba0b1eba09ae79fa5eba0b1eba08eec859464 |
UHC | 렱렚知렱렎셔d | 10001110101111101000111010101101111100101011000110001110101111101000111010100100101111001100010101100100 | 8ebe8eadf2b18ebe8ea4bcc564 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)