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 | ???哀??? | 0011111100111111001111111000100010100011001111110011111100111111 | 3f3f3f88a33f3f3f |
EUC-JP | ???哀??? | 0011111100111111001111111011000010100101001111110011111100111111 | 3f3f3fb0a53f3f3f |
UTF-8 | 凉붾졁哀잙젦歷 | 111011111010010110111001111010111011011010111110111011001010000110000001111001011001001110000000111011001001111010011001111011001010000010100110111011111010011010001100 | efa5b9ebb6beeca181e59380ec9e99eca0a6efa68c |
UHC | 凉붾졁哀잙젦歷 | 1110010110111100100101001110101110100000101100101110010011101110100111111110101110100000100111101110011010111000 | e5bc94eba0b2e4ee9feba09ee6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)