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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????營 | 0011111100111111001111110011111100111111001111111001101001111010 | 3f3f3f3f3f3f9a7a |
EUC-JP | ??????營 | 0011111100111111001111110011111100111111001111111101001111011011 | 3f3f3f3f3f3fd3db |
UTF-8 | 黎싲풐紐껊뜤營 | 111011111010011010001001111011001000101110110010111011011001001010010000111011111010011110001111111010101011101110001010111010111001110010100100111001111000011110011111 | efa689ec8bb2ed9290efa78feabb8aeb9ca4e7879f |
UHC | 黎싲풐紐껊뜤營 | 1110011010110001100110101110101110111110100101001110101110101010100000111110101110001101101001111110011110111101 | e6b19aebbe94ebaa83eb8da7e7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)