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 | 咫???? | 100110100100000000111111001111110011111100111111 | 9a403f3f3f3f |
EUC-JP | 咫??釪? | 1101001110100001001111110011111110001111111000111010110100111111 | d3a13f3f8fe3ad3f |
UTF-8 | 咫띕밸釪렲 | 111001011001001010101011111010111001110110010101111010111011000010111000111010011000011110101010111010111010000010110010 | e592abeb9d95ebb0b8e987aaeba0b2 |
UHC | 咫띕밸釪렲 | 11110010101000011011011011101011101110011110101111101001111010011000111010111111 | f2a1b6ebb9ebe9e98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)