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?? | 00111111011110010011111100111111 | 3f793f3f |
SJIS-WIN | ?y?? | 00111111011110010011111100111111 | 3f793f3f |
EUC-JP | ?y?? | 00111111011110010011111100111111 | 3f793f3f |
UTF-8 | 혺y혵혰 | 11101101100110001011101001111001111011011001100010110101111011011001100010110000 | ed98ba79ed98b5ed98b0 |
UHC | 혺y혵혰 | 11000010100111110111100111000010100111001100001010010111 | c29f79c29cc297 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)