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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ユキユキ^ | 110101011111000010100101101101111101010111110000101001011011011101011110 | d5f0a5b7d5f0a5b75e |
EUC-JP | ユ?キユ?キ^ | 1000111011010101001111111000111010110111100011101101010100111111100011101011011101011110 | 8ed53f8eb78ed53f8eb75e |
UTF-8 | ユキユキ^ | 11101111101111101001010111101110100000011010010011101111101111011011011111101111101111101001010111101110100000011010010011101111101111011011011101011110 | efbe95ee81a4efbdb7efbe95ee81a4efbdb75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)