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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 窒??灑? | 10010010100000100011111100111111111000000111001000111111 | 92823f3fe0723f |
EUC-JP | 窒??灑? | 11000011111000100011111100111111110111111101001100111111 | c3e23f3fdfd33f |
UTF-8 | 窒셈씔灑렖 | 111001111010101010010010111011001000010110001000111011001001010010010100111001111000000110010001111010111010000010010110 | e7aa92ec8588ec9494e78191eba096 |
UHC | 窒셈씔灑렖 | 11110010111100101011110011000000101111101011110011100001111011101000111010101011 | f2f2bcc0bebce1ee8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)