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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴉???役 | 11101001111010110011111100111111001111111001011011110000 | e9eb3f3f3f96f0 |
EUC-JP | 鴉???役 | 11110010111011010011111100111111001111111100110011110010 | f2ed3f3f3fccf2 |
UTF-8 | 鴉☏듭끽役 | 111010011011010010001001111000101001100010001111111010111001001110101101111010111000000110111101111001011011110110111001 | e9b489e2988feb93adeb81bde5bdb9 |
UHC | 鴉☏듭끽役 | 11100100101111001010001011001110101101011110110010110011101000111110011010110101 | e4bca2ceb5ecb3a3e6b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)