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 | 隍馴㍽ホ | 11101000101001001001001111101001100001111000111011001110 | e8a493e9878ece |
EUC-JP | 隍馴?ホ | 11110000101001101100011011101011001111111000111011001110 | f0a6c6eb3f8ece |
UTF-8 | 隍馴㍽ホ | 111010011001101010001101111010011010011010110100111000111000110110111101111011111011111010001110 | e99a8de9a6b4e38dbdefbe8e |
UHC | 隍馴?? | 111111001101101111100010111110000011111100111111 | fcdbe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)