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 | 鋧七煆、骼ェ | 11111011110011111000111010110101111110110101011010100100111010011000111010101010 | fbcf8eb5fb56a4e98eaa |
EUC-JP | 鋧七煆、骼ェ | 1000111111100100110010111011110010110111100011111100100111110100100011101010010011110001111011101000111010101010 | 8fe4cbbcb78fc9f48ea4f1ee8eaa |
UTF-8 | 鋧七煆、骼ェ | 111010011000101110100111111001001011100010000011111001111000010110000110111011111011110110100100111010011010101010111100111011111011110110101010 | e98ba7e4b883e78586efbda4e9aabcefbdaa |
UHC | ?七???? | 00111111111101101101001000111111001111110011111100111111 | 3ff6d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)