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 | 齏玲」擾セ暦 | 11101000111010111001011111100110101000111000111111101111101111101001011111101111 | e8eb97e6a38fefbe97ef |
EUC-JP | 齏玲」擾セ暦 | 111100001110110111001110111010001000111010100011101111101111000110001110101111101100111011110001 | f0edcee88ea3bef18ebecef1 |
UTF-8 | 齏玲」擾セ暦 | 111010011011110110001111111001111000111010110010111011111011110110100011111001101001001110111110111011111011110110111110111001101001101010100110 | e9bd8fe78eb2efbda3e693beefbdbee69aa6 |
UHC | ?玲?擾?? | 0011111111010110101111000011111111101000111101100011111100111111 | 3fd6bc3fe8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)