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 | ??雄? | 0011111100111111100101110101100100111111 | 3f3f97593f |
EUC-JP | ??雄? | 0011111100111111110011011011101000111111 | 3f3fcdba3f |
UTF-8 | 롗렏雄렖 | 111010111010000110010111111010111010000010001111111010011001101110000100111010111010000010010110 | eba197eba08fe99b84eba096 |
UHC | 롗렏雄렖 | 1000111011011011100011101010010111101010101010011000111010101011 | 8edb8ea5eaa98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)