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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辿鱈属奪促 | 10010010010010001001001001001100100100011010111010010010010001001001000110100011 | 9248924c91ae924491a3 |
EUC-JP | 辿鱈属奪促 | 11000011101010011100001110101101110000101011000011000011101001011100001010100101 | c3a9c3adc2b0c3a5c2a5 |
UTF-8 | 辿鱈属奪促 | 111010001011111010111111111010011011000110001000111001011011000110011110111001011010010110101010111001001011111110000011 | e8bebfe9b188e5b19ee5a5aae4bf83 |
UHC | ???奪促 | 00111111001111110011111111110111101011001111010110110101 | 3f3f3ff7acf5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)