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 | 恁??絲 | 100111001000110000111111001111111110001101001110 | 9c8c3f3fe34e |
EUC-JP | 恁??絲 | 110101111110110000111111001111111110010110101111 | d7ec3f3fe5af |
UTF-8 | 恁ㅹ렟絲 | 111001101000000110000001111000111000010110111001111010111010000010011111111001111011010110110010 | e68181e385b9eba09fe7b5b2 |
UHC | 恁ㅹ렟絲 | 1110110011110110101001001110100110001110101100001101111011101010 | ecf6a4e98eb0deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)