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 | 偲爾偲汐篠ウ | 1000111011000011100011101010001010001110110000111000111010101100100011101100001010110011 | 8ec38ea28ec38eac8ec2b3 |
EUC-JP | 偲爾偲汐篠ウ | 101111001100010110111100101001001011110011000101101111001010111010111100110001001000111010110011 | bcc5bca4bcc5bcaebcc48eb3 |
UTF-8 | 偲爾偲汐篠ウ | 111001011000000110110010111001111000100010111110111001011000000110110010111001101011000110010000111001111010111110100000111011111011110110110011 | e581b2e788bee581b2e6b190e7afa0efbdb3 |
UHC | ?爾?汐篠? | 001111111110110010110011001111111110000010110001111000011100011000111111 | 3fecb33fe0b1e1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)