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 | 瀨サ郞 | 1111101101010000101110111111101110110110 | fb50bbfbb6 |
EUC-JP | ?サ? | 00111111100011101011101100111111 | 3f8ebb3f |
UTF-8 | 瀨サ郞 | 111001111000000010101000111011111011110110111011111010011000001110011110 | e780a8efbdbbe9839e |
UHC | 瀨?郞 | 1101011011101110001111111101010111001101 | d6ee3fd5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)