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 | 偲汐篠ワト湿 | 10001110110000111000111010101100100011101100001011011100110001001000111010111100 | 8ec38eac8ec2dcc48ebc |
EUC-JP | 偲汐篠ワト湿 | 101111001100010110111100101011101011110011000100100011101101110010001110110001001011110010111110 | bcc5bcaebcc48edc8ec4bcbe |
UTF-8 | 偲汐篠ワト湿 | 111001011000000110110010111001101011000110010000111001111010111110100000111011111011111010011100111011111011111010000100111001101011100110111111 | e581b2e6b190e7afa0efbe9cefbe84e6b9bf |
UHC | ?汐篠??? | 0011111111100000101100011110000111000110001111110011111100111111 | 3fe0b1e1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)