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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畏???η? | 1000100011011000001111110011111100111111100000111100010100111111 | 88d83f3f3f83c53f |
EUC-JP | 畏???η? | 1011000011011010001111110011111100111111101001101100011100111111 | b0da3f3f3fa6c73f |
UTF-8 | 畏븍쉠劉η깗 | 1110011110010101100011111110101110111000100011011110110010001001101000001110111110100111100001111100111010110111111010101011100110010111 | e7958febb88dec89a0efa787ceb7eab997 |
UHC | 畏븍쉠劉η깗 | 111010001110011010111010111010111011110110101010111010101110010110100101111001111000001110001111 | e8e6baebbdaaeae5a5e7838f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)