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 | 逎遂ヽ裹 | 1110011110100011100100001000101110000001010100101110010111100101 | e7a3908b8152e5e5 |
EUC-JP | 逎遂ヽ裹 | 1110111010100101101111111110101110100001101100111110101011100111 | eea5bfeba1b3eae7 |
UTF-8 | 逎遂ヽ裹 | 111010011000000010001110111010011000000110000010111000111000001110111101111010001010001110111001 | e9808ee98182e383bde8a3b9 |
UHC | ?遂?? | 0011111111100010110001000011111100111111 | 3fe2c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)