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 | 隍ょ揩遑イ | 111010001010010010000010111001011001110110000010111001111010000110110010 | e8a482e59d82e7a1b2 |
EUC-JP | 隍ょ揩遑イ | 11110000101001101010010011100111110110011110001011101110101000111000111010110010 | f0a6a4e7d9e2eea38eb2 |
UTF-8 | 隍ょ揩遑イ | 111010011001101010001101111000111000001010000111111001101000111110101001111010011000000110010001111011111011110110110010 | e99a8de38287e68fa9e98191efbdb2 |
UHC | 隍ょ?遑? | 1111110011011011101010101110011100111111111111001101101000111111 | fcdbaae73ffcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)