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 | Í×¥ä | 11001101110101111010010111100100 | cdd7a5e4 |
SJIS-WIN | ?×¥? | 001111111000000101111110100000011000111100111111 | 3f817e818f3f |
EUC-JP | Í×?ä | 100011111010101010111111101000011101111100111111100011111010101110100011 | 8faabfa1df3f8faba3 |
UTF-8 | Í×¥ä | 1100001110001101110000111001011111000010101001011100001110100100 | c38dc397c2a5c3a4 |
UHC | ?×?? | 0011111110100001101111110011111100111111 | 3fa1bf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)