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 | 襍ヲ豎先搏逑 | 1110100010110101101001101110011010110001100100001110011010011101100100111110011110010011 | e8b5a6e6b190e69d93e793 |
EUC-JP | 襍ヲ豎先搏逑 | 111100001011011110001110101001101110110010110011110000001110100011011001111100111110110111110011 | f0b78ea6ecb3c0e8d9f3edf3 |
UTF-8 | 襍ヲ豎先搏逑 | 111010001010010110001101111011111011110110100110111010001011000110001110111001011000010110001000111001101001000010001111111010011000000010010001 | e8a58defbda6e8b18ee58588e6908fe98091 |
UHC | ???先搏逑 | 001111110011111100111111111000001011101111011010110100011100111111000111 | 3f3f3fe0bbdad1cfc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)