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 | 絶?┸恂? | 1001000011100010001111111000010010111101100111001001011000111111 | 90e23f84bd9c963f |
EUC-JP | 絶?┸恂? | 1100000011100100001111111010100010111111110101111111011000111111 | c0e43fa8bfd7f63f |
UTF-8 | 絶껆┸恂얙 | 111001111011010110110110111010101011101110000110111000101001010010111000111001101000000110000010111011001001011010011001 | e7b5b6eabb86e294b8e68182ec9699 |
UHC | 絶껆┸恂얙 | 11101111101111101000001111100111101001101011111111100010111000011001111001000010 | efbe83e7a6bfe2e19e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)