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 | ?B? | 001111110100001000111111 | 3f423f |
SJIS-WIN | ?B? | 001111110100001000111111 | 3f423f |
EUC-JP | ?B? | 001111110100001000111111 | 3f423f |
UTF-8 | 혢B혯 | 11101101100110001010001001000010111011011001100010101111 | ed98a242ed98af |
UHC | 혢B혯 | 1100001010001011010000101100001010010110 | c28b42c296 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)