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 | 影??癌??^ | 100010010110010100111111001111111000101011100000001111110011111101011110 | 89653f3f8ae03f3f5e |
EUC-JP | 影??癌??^ | 101100011100011000111111001111111011010011100010001111110011111101011110 | b1c63f3fb4e23f3f5e |
UTF-8 | 影졿펵癌꿱뮅^ | 11100101101111011011000111101100101000011011111111101101100011101011010111100111100110011000110011101010101111111011000111101011101011101000010101011110 | e5bdb1eca1bfed8eb5e7998ceabfb1ebae855e |
UHC | 影졿펵癌꿱뮅^ | 11100111101011111010000011100110101111001000011011100100110111111011001011101000100100101001010001011110 | e7afa0e6bc86e4dfb2e892945e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)