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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??殞?媛狡 | 001111110011111110011111011011010011111110010101010100011110000011000010 | 3f3f9f6d3f9551e0c2 |
EUC-JP | 佺?殞?媛狡 | 1000111110110000111110010011111111011101110011100011111111001001101100101110000011000100 | 8fb0f93fddce3fc9b2e0c4 |
UTF-8 | 佺렯殞렓媛狡 | 111001001011110110111010111010111010000010101111111001101010111010011110111010111010000010010011111001011010101010011011111001111000101110100001 | e4bdbaeba0afe6ae9eeba093e5aa9be78ba1 |
UHC | 佺렯殞렓媛狡 | 111011101110110110001110101111001110100111111001100011101010100011101010101100001100111011101010 | eeed8ebce9f98ea8eab0ceea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)