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 | Ï×Ï×^ | 100011101100111110001110110101111000111011001111100011101101011101011110 | 8ecf8ed78ecf8ed75e |
SJIS-WIN | ???×???×^ | 0011111100111111001111111000000101111110001111110011111100111111100000010111111001011110 | 3f3f3f817e3f3f3f817e5e |
EUC-JP | ?Ï?×?Ï?×^ | 001111111000111110101010110000010011111110100001110111110011111110001111101010101100000100111111101000011101111101011110 | 3f8faac13fa1df3f8faac13fa1df5e |
UTF-8 | Ï×Ï×^ | 1100001010001110110000111000111111000010100011101100001110010111110000101000111011000011100011111100001010001110110000111001011101011110 | c28ec38fc28ec397c28ec38fc28ec3975e |
UHC | ???×???×^ | 0011111100111111001111111010000110111111001111110011111100111111101000011011111101011110 | 3f3f3fa1bf3f3f3fa1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)