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 | 1001111111010110100111111111000101111010100111111101011010011111111100010111101001000010 | 9fd69ff17a9fd69ff17a42 |
EUC-JP | 渫潁z渫潁zB | 1101111011011000110111101111001101111010110111101101100011011110111100110111101001000010 | ded8def37aded8def37a42 |
UTF-8 | 渫潁z渫潁zB | 111001101011100010101011111001101011110110000001011110101110011010111000101010111110011010111101100000010111101001000010 | e6b8abe6bd817ae6b8abe6bd817a42 |
UHC | 渫潁z渫潁zB | 1110000011011110111001111011100001111010111000001101111011100111101110000111101001000010 | e0dee7b87ae0dee7b87a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)