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 | 樂飩忝 | 100111101101100111101001010010101001110001111010 | 9ed9e94a9c7a |
EUC-JP | 樂飩忝 | 110111001101101111110001101010111101011111011011 | dcdbf1abd7db |
UTF-8 | 樂飩忝 | 111001101010100010000010111010011010001110101001111001011011111110011101 | e6a882e9a3a9e5bf9d |
UHC | 樂?? | 11100100110001010011111100111111 | e4c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)