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 | 隍捺㏍隰 | 1110100010100100100100111110011010000111100000111110100010101100 | e8a493e68783e8ac |
EUC-JP | 隍捺?隰 | 11110000101001101100011011101000001111111111000010101110 | f0a6c6e83ff0ae |
UTF-8 | 隍捺㏍隰 | 111010011001101010001101111001101000110110111010111000111000111110001101111010011001101010110000 | e99a8de68dbae38f8de99ab0 |
UHC | 隍捺?? | 111111001101101111010001111101000011111100111111 | fcdbd1f43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)