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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汜ラン | 111110101111011011010111111100001101001011011101 | faf6d7f0d2dd |
EUC-JP | 汜ラ?ン | 1000111111000110111000001000111011010111001111111000111011011101 | 8fc6e08ed73f8edd |
UTF-8 | 汜ラン | 111001101011000110011100111011111011111010010111111011101000001010010001111011111011111010011101 | e6b19cefbe97ee8291efbe9d |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)