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 | 畑??誼g? | 100101001010100000111111001111111000101101100010100000101000011100111111 | 94a83f3f8b6282873f |
EUC-JP | 畑??誼g? | 110010001010101000111111001111111011010111000011101000111110011100111111 | c8aa3f3fb5c3a3e73f |
UTF-8 | 畑밸벉誼g릭 | 111001111001010110010001111010111011000010111000111010111011001010001001111010001010101010111100111011111011110110000111111010111010011010101101 | e79591ebb0b8ebb289e8aabcefbd87eba6ad |
UHC | 畑밸벉誼g릭 | 111011111010010110111001111010111001001110101100111010111111111010100011111001111011100010101111 | efa5b9eb93acebfea3e7b8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)