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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | コ齊ア汐B | 111100001111101010111010111010101000111010110001100011101010110001000010 | f0fabaea8eb18eac42 |
EUC-JP | ?コ齊ア汐B | 00111111100011101011101011110011111011101000111010110001101111001010111001000010 | 3f8ebaf3ee8eb1bcae42 |
UTF-8 | コ齊ア汐B | 11101110100000101011100111101111101111011011101011101001101111011000101011101111101111011011000111100110101100011001000001000010 | ee82b9efbdbae9bd8aefbdb1e6b19042 |
UHC | ??齊?汐B | 0011111100111111111100001011101000111111111000001011000101000010 | 3f3ff0ba3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)