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 | ???怡?? | 00111111001111110011111110011100011111010011111100111111 | 3f3f3f9c7d3f3f |
EUC-JP | ???怡?? | 00111111001111110011111111010111110111100011111100111111 | 3f3f3fd7de3f3f |
UTF-8 | 凉깅뎾怡ⓨ꼧 | 111011111010010110111001111010101011100110000101111010111000111010111110111001101000000010100001111000101001001110101000111010101011110010100111 | efa5b9eab985eb8ebee680a1e293a8eabca7 |
UHC | 凉깅뎾怡ⓨ꼧 | 111001011011110010110001111010111000100110010001111011001010111010101000111001011000010010000100 | e5bcb1eb8991ecaea8e58484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)