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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 稔?稻諄?B | 100101101010101100111111111000100110101011100110011110000011111101000010 | 96ab3fe26ae6783f42 |
EUC-JP | 稔?稻諄?B | 110011001010110100111111111000111100101111101011110110010011111101000010 | ccad3fe3cbebd93f42 |
UTF-8 | 稔쿡稻諄렗B | 11100111101010001001010011101100101111111010000111100111101010001011101111101000101010111000010011101011101000001001011101000010 | e7a894ecbfa1e7a8bbe8ab84eba09742 |
UHC | 稔쿡稻諄렗B | 1110110011111001110001001110111011010100101010111110001011110100100011101010110001000010 | ecf9c4eed4abe2f48eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)