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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺遂・謗 | 1110100001000100100100001000101110000001010001011110011010001110 | e844908b8145e68e |
EUC-JP | 錺遂・謗 | 1110111110100101101111111110101110100001101001101110101111101110 | efa5bfeba1a6ebee |
UTF-8 | 錺遂・謗 | 111010011000110010111010111010011000000110000010111000111000001110111011111010001010110010010111 | e98cbae98182e383bbe8ac97 |
UHC | ?遂?謗 | 001111111110001011000100001111111101101110111111 | 3fe2c43fdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)