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 | ヒ、ミ衾ョ | 110010111010010011010000111001011100111010101110 | cba4d0e5ceae |
EUC-JP | ヒ、ミ衾ョ | 10001110110010111000111010100100100011101101000011101010110100001000111010101110 | 8ecb8ea48ed0ead08eae |
UTF-8 | ヒ、ミ衾ョ | 111011111011111010001011111011111011110110100100111011111011111010010000111010001010000110111110111011111011110110101110 | efbe8befbda4efbe90e8a1beefbdae |
UHC | ???衾? | 001111110011111100111111110100001101101000111111 | 3f3f3fd0da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)