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 | 絶?┸堰? | 1001000011100010001111111000010010111101100010011000000100111111 | 90e23f84bd89813f |
EUC-JP | 絶?┸堰? | 1100000011100100001111111010100010111111101100011110000100111111 | c0e43fa8bfb1e13f |
UTF-8 | 絶껆┸堰멊 | 111001111011010110110110111010101011101110000110111000101001010010111000111001011010000010110000111010111010100110001010 | e7b5b6eabb86e294b8e5a0b0eba98a |
UHC | 絶껆┸堰멊 | 11101111101111101000001111100111101001101011111111100101111010001001000101000010 | efbe83e7a6bfe5e89142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)