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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 鬮ッ譴ァ謔オ] | 11101001101010111010111111100110101000101010011111100110100000101011010101011101 | e9abafe6a2a7e682b55d |
EUC-JP | 鬮ッ譴ァ謔オ] | 11110010101011011000111010101111111011001010010010001110101001111110101111100010100011101011010101011101 | f2ad8eafeca48ea7ebe28eb55d |
UTF-8 | 鬮ッ譴ァ謔オ] | 11101001101011001010111011101111101111011010111111101000101011011011010011101111101111011010011111101000101011001001010011101111101111011011010101011101 | e9acaeefbdafe8adb4efbda7e8ac94efbdb55d |
UHC | ??譴?謔?] | 001111110011111111001100101110010011111111111001110011000011111101011101 | 3f3fccb93ff9cc3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)