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 | 羃豪海貍 | 1110001110110000100011011000101110001010010000111110011010111100 | e3b08d8b8a43e6bc |
EUC-JP | 羃豪海貍 | 1110011010110010101110011110101110110011101001001110110010111110 | e6b2b9ebb3a4ecbe |
UTF-8 | 羃豪海貍 | 111001111011111010000011111010001011000110101010111001101011010110110111111010001011001010001101 | e7be83e8b1aae6b5b7e8b28d |
UHC | ?豪海? | 001111111111101111011111111110101010110100111111 | 3ffbdffaad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)