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 | òõú×] | 1111001011110101111110101101011101011101 | f2f5fad75d |
SJIS-WIN | ???×] | 001111110011111100111111100000010111111001011101 | 3f3f3f817e5d |
EUC-JP | òõú×] | 100011111010101111010010100011111010101111011000100011111010101111100010101000011101111101011101 | 8fabd28fabd88fabe2a1df5d |
UTF-8 | òõú×] | 110000111011001011000011101101011100001110111010110000111001011101011101 | c3b2c3b5c3bac3975d |
UHC | ???×] | 001111110011111100111111101000011011111101011101 | 3f3f3fa1bf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)