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 | ツ婉テ淌セ | 11000010100110110101010111000011100111111100001110111110 | c29b55c39fc3be |
EUC-JP | ツ婉テ淌セ | 10001110110000101101010110110110100011101100001111011110110001011000111010111110 | 8ec2d5b68ec3dec58ebe |
UTF-8 | ツ婉テ淌セ | 111011111011111010000010111001011010100110001001111011111011111010000011111001101011011110001100111011111011110110111110 | efbe82e5a989efbe83e6b78cefbdbe |
UHC | ?婉??? | 001111111110100011000110001111110011111100111111 | 3fe8c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)