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 | 蜑ェ彧俯阜 | 111001011000100110101010111110101011100110011000111010111001010110001100 | e589aafab998eb958c |
EUC-JP | 蜑ェ彧俯阜 | 1110100111101001100011101010101010001111101111001111111011010000111011011100100111101100 | e9e98eaa8fbcfed0edc9ec |
UTF-8 | 蜑ェ彧俯阜 | 111010001001110010010001111011111011110110101010111001011011110110100111111001001011111110101111111010011001100010011100 | e89c91efbdaae5bda7e4bfafe9989c |
UHC | ??彧俯阜 | 0011111100111111111010011110111011011100111101101101110110111101 | 3f3fe9eedcf6ddbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)