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 | ûYûY^ | 11000011101110110101100111000011101110110101100101011110 | c3bb59c3bb595e |
SJIS-WIN | ??Y??Y^ | 00111111001111110101100100111111001111110101100101011110 | 3f3f593f3f595e |
EUC-JP | Ã?YÃ?Y^ | 1000111110101010101010100011111101011001100011111010101010101010001111110101100101011110 | 8faaaa3f598faaaa3f595e |
UTF-8 | ûYûY^ | 1100001110000011110000101011101101011001110000111000001111000010101110110101100101011110 | c383c2bb59c383c2bb595e |
UHC | ??Y??Y^ | 00111111001111110101100100111111001111110101100101011110 | 3f3f593f3f595e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)