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 | 鈺貂闕譯 | 1111101111000100111001101011100011101000100011011110011010100001 | fbc4e6b8e88de6a1 |
EUC-JP | 鈺貂闕譯 | 100011111110001111010101111011001011101011101111111011011110110010100011 | 8fe3d5ecbaefedeca3 |
UTF-8 | 鈺貂闕譯 | 111010011000100010111010111010001011001010000010111010011001011110010101111010001010110110101111 | e988bae8b282e99795e8adaf |
UHC | 鈺貂闕譯 | 1110100010101101111101011011000011001111111101001110011010111011 | e8adf5b0cff4e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)