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 | 邨ョ邨ョ | 111001111011010110101110111001111011010110101110 | e7b5aee7b5ae |
EUC-JP | 邨ョ邨ョ | 1110111010110111100011101010111011101110101101111000111010101110 | eeb78eaeeeb78eae |
UTF-8 | 邨ョ邨ョ | 111010011000001010101000111011111011110110101110111010011000001010101000111011111011110110101110 | e982a8efbdaee982a8efbdae |
UHC | 邨?邨? | 111101011011111000111111111101011011111000111111 | f5be3ff5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)