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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ー羈。ー羈。B | 101100001110001110110001101000011011000011100011101100011010000101000010 | b0e3b1a1b0e3b1a142 |
EUC-JP | ー羈。ー羈。B | 10001110101100001110011010110011100011101010000110001110101100001110011010110011100011101010000101000010 | 8eb0e6b38ea18eb0e6b38ea142 |
UTF-8 | ー羈。ー羈。B | 11101111101111011011000011100111101111101000100011101111101111011010000111101111101111011011000011100111101111101000100011101111101111011010000101000010 | efbdb0e7be88efbda1efbdb0e7be88efbda142 |
UHC | ?羈??羈?B | 001111111101000110111100001111110011111111010001101111000011111101000010 | 3fd1bc3f3fd1bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)