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 | 偲軸偲識篠 | 10001110110000111000111010110010100011101100001110001110101011111000111011000010 | 8ec38eb28ec38eaf8ec2 |
EUC-JP | 偲軸偲識篠 | 10111100110001011011110010110100101111001100010110111100101100011011110011000100 | bcc5bcb4bcc5bcb1bcc4 |
UTF-8 | 偲軸偲識篠 | 111001011000000110110010111010001011101110111000111001011000000110110010111010001010110110011000111001111010111110100000 | e581b2e8bbb8e581b2e8ad98e7afa0 |
UHC | ?軸?識篠 | 0011111111110101111011100011111111100011110110111110000111000110 | 3ff5ee3fe3dbe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)