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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 載??載??^ | 100011011101101000111111001111111000110111011010001111110011111101011110 | 8dda3f3f8dda3f3f5e |
EUC-JP | 載??載??^ | 101110101101110000111111001111111011101011011100001111110011111101011110 | badc3f3fbadc3f3f5e |
UTF-8 | 載쾡누載쾡누^ | 11101000101111001000100111101100101111101010000111101011100010001000010011101000101111001000100111101100101111101010000111101011100010001000010001011110 | e8bc89ecbea1eb8884e8bc89ecbea1eb88845e |
UHC | 載쾡누載쾡누^ | 11101110101100001100010011101001101101001010100111101110101100001100010011101001101101001010100101011110 | eeb0c4e9b4a9eeb0c4e9b4a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)