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 | 鉗滉コォ鄒 | 1110011111100111100111111110010010111010101010111110011110111110 | e7e79fe4baabe7be |
EUC-JP | 鉗滉コォ鄒 | 11101110111010011101111011100110100011101011101010001110101010111110111011000000 | eee9dee68eba8eabeec0 |
UTF-8 | 鉗滉コォ鄒 | 111010011000100110010111111001101011101110001001111011111011110110111010111011111011110110101011111010011000010010010010 | e98997e6bb89efbdbaefbdabe98492 |
UHC | 鉗滉??鄒 | 1100110011000110111111001101000100111111001111111111010111011011 | ccc6fcd13f3ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)