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 | 籖珀玳籖 | 1110001011011101111000001101111111100000110111001110001011011101 | e2dde0dfe0dce2dd |
EUC-JP | 籖珀玳籖 | 1110010011011111111000001110000111100000110111101110010011011111 | e4dfe0e1e0dee4df |
UTF-8 | 籖珀玳籖 | 111001111011000110010110111001111000111110000000111001111000111010110011111001111011000110010110 | e7b196e78f80e78eb3e7b196 |
UHC | ?珀玳? | 001111111101101011010110110100111110010100111111 | 3fdad6d3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)