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 | 迥ケ逅ソ迪エ | 111001111000101010111001111001111001000010111111111001111000110010110100 | e78ab9e790bfe78cb4 |
EUC-JP | 迥ケ逅ソ迪エ | 111011011110101010001110101110011110110111110000100011101011111111101101111011001000111010110100 | edea8eb9edf08ebfedec8eb4 |
UTF-8 | 迥ケ逅ソ迪エ | 111010001011111110100101111011111011110110111001111010011000000010000101111011111011110110111111111010001011111110101010111011111011110110110100 | e8bfa5efbdb9e98085efbdbfe8bfaaefbdb4 |
UHC | ??逅?迪? | 0011111100111111111111011011000100111111111011101110100000111111 | 3f3ffdb13feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)