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 | 檍??予 | 100111101111100000111111001111111001011101011100 | 9ef83f3f975c |
EUC-JP | 檍??予 | 110111001111101000111111001111111100110110111101 | dcfa3f3fcdbd |
UTF-8 | 檍뚦슖予 | 111001101010101010001101111010111001101010100110111011001000101010010110111001001011101010001000 | e6aa8deb9aa6ec8a96e4ba88 |
UHC | 檍뚦슖予 | 1110010111100101100011001110010110011010101001011110010111111000 | e5e58ce59aa5e5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)