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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???吾х? | 0011111100111111001111111000110011100001100001001000011100111111 | 3f3f3f8ce184873f |
EUC-JP | ???吾хŦ | 00111111001111110011111110111000111000111010011111100111100011111010100110101111 | 3f3f3fb8e3a7e78fa9af |
UTF-8 | 亮쏙쪗吾хŦ | 11101111101001011011011111101100100011111001100111101100101010101001011111100101100100001011111011010001100001011100010110100110 | efa5b7ec8f99ecaa97e590bed185c5a6 |
UHC | 亮쏙쪗吾хŦ | 111001011011100110111101111011111010010110010001111001111110111010101100111001111010100010101110 | e5b9bdefa591e7eeace7a8ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)