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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 玳羞z玳羞zB | 1110000011011100111000111011010101111010111000001101110011100011101101010111101001000010 | e0dce3b57ae0dce3b57a42 |
EUC-JP | 玳羞z玳羞zB | 1110000011011110111001101011011101111010111000001101111011100110101101110111101001000010 | e0dee6b77ae0dee6b77a42 |
UTF-8 | 玳羞z玳羞zB | 111001111000111010110011111001111011111010011110011110101110011110001110101100111110011110111110100111100111101001000010 | e78eb3e7be9e7ae78eb3e7be9e7a42 |
UHC | 玳羞z玳羞zB | 1101001111100101111000101011101001111010110100111110010111100010101110100111101001000010 | d3e5e2ba7ad3e5e2ba7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)