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 | 隍馴㍽縺 | 1110100010100100100100111110100110000111100011101110001110000001 | e8a493e9878ee381 |
EUC-JP | 隍馴?縺 | 11110000101001101100011011101011001111111110010111100001 | f0a6c6eb3fe5e1 |
UTF-8 | 隍馴㍽縺 | 111010011001101010001101111010011010011010110100111000111000110110111101111001111011100010111010 | e99a8de9a6b4e38dbde7b8ba |
UHC | 隍馴?? | 111111001101101111100010111110000011111100111111 | fcdbe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)