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 | 赦杓獨珥 | 1000111011001101100011101101101111100000110101011110000011100000 | 8ecd8edbe0d5e0e0 |
EUC-JP | 赦杓獨珥 | 1011110011001111101111001101110111100000110101111110000011100010 | bccfbcdde0d7e0e2 |
UTF-8 | 赦杓獨珥 | 111010001011010110100110111001101001110110010011111001111000110110101000111001111000111110100101 | e8b5a6e69d93e78da8e78fa5 |
UHC | 赦杓獨珥 | 1101111011110101111110001111010111010100101111001110110010110100 | def5f8f5d4bcecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)