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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?妾? | 00111111100011111010100000111111 | 3f8fa83f |
EUC-JP | ?妾? | 00111111101111101010101000111111 | 3fbeaa3f |
UTF-8 | 뤋妾쪩 | 111010111010010010001011111001011010011010111110111011001010101010101001 | eba48be5a6beecaaa9 |
UHC | 뤋妾쪩 | 100011111011101111110100110111011010011001000010 | 8fbbf4dda642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)