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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 擬??陰??d | 100010110101101100111111001111111000100101000001001111110011111101100100 | 8b5b3f3f89413f3f64 |
EUC-JP | 擬??陰??d | 101101011011110000111111001111111011000110100010001111110011111101100100 | b5bc3f3fb1a23f3f64 |
UTF-8 | 擬뤿젒陰띿넩d | 11100110100100111010110011101011101001001011111111101100101000001001001011101001100110011011000011101011100111011011111111101011100001001010100101100100 | e693aceba4bfeca092e999b0eb9dbfeb84a964 |
UHC | 擬뤿젒陰띿넩d | 11101011111101001000111111101011101000001001000111101011111001001000110111101100100001101010100101100100 | ebf48feba091ebe48dec86a964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)