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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ラ澣B | 11010111111000000101010001000010 | d7e05442 |
EUC-JP | ラ澣B | 1000111011010111110111111011010101000010 | 8ed7dfb542 |
UTF-8 | ラ澣B | 11101111101111101001011111100110101111101010001101000010 | efbe97e6bea342 |
UHC | ?澣B | 00111111111110011101010001000010 | 3ff9d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)