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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | ??ビ?G | 001111110011111110000011011100100011111101000111 | 3f3f83723f47 |
EUC-JP | ??ビ?G | 001111110011111110100101110100110011111101000111 | 3f3fa5d33f47 |
UTF-8 | 룶핊ビ▩G | 11101011101000111011011011101101100101011000101011100011100000111001001111100010100101101010100101000111 | eba3b6ed958ae38393e296a947 |
UHC | 룶핊ビ▩G | 100011111010101111000000100011111010101111010011101000101100110001000111 | 8fabc08fabd3a2cc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)