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 | ????②? | 00111111001111110011111100111111100001110100000100111111 | 3f3f3f3f87413f |
EUC-JP | ??ʼn靷?? | 00111111001111111000111110101001110010101000111111100111101111010011111100111111 | 3f3f8fa9ca8fe7bd3f3f |
UTF-8 | 驪볥ʼn靷②돳 | 1110111110100110100001111110101110110011101001011100010110001001111010011001110110110111111000101001000110100001111010111000111110110011 | efa687ebb3a5c589e99db7e291a1eb8fb3 |
UHC | 驪볥ʼn靷②돳 | 111001101010111110010011111010111010100110110000111011001110011010101000111010001000100110110110 | e6af93eba9b0ece6a8e889b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)