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 | ???誼↑? | 0011111100111111001111111000101101100010100000011010101000111111 | 3f3f3f8b6281aa3f |
EUC-JP | ???誼↑? | 0011111100111111001111111011010111000011101000101010110000111111 | 3f3f3fb5c3a2ac3f |
UTF-8 | 凉깅돃誼↑쁻 | 111011111010010110111001111010101011100110000101111010111000111110000011111010001010101010111100111000101000011010010001111011001000000110111011 | efa5b9eab985eb8f83e8aabce28691ec81bb |
UHC | 凉깅돃誼↑쁻 | 111001011011110010110001111010111000100110010110111010111111111010100001111010001001100010000010 | e5bcb1eb8996ebfea1e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)