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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 踝苦韻B | 11100110111101001000101111101010100010010100001101000010 | e6f48bea894342 |
EUC-JP | 踝苦韻B | 11101100111101101011011011101100101100011010010001000010 | ecf6b6ecb1a442 |
UTF-8 | 踝苦韻B | 11101000101110001001110111101000100010111010011011101001100111111011101101000010 | e8b89de88ba6e99fbb42 |
UHC | ?苦韻B | 001111111100110111001000111010101010010001000010 | 3fcdc8eaa442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)