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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕭縁臭蔘 | 1110010101001010100010011000111110001111010011001110010011110011 | e54a898f8f4ce4f3 |
EUC-JP | 蕭縁臭蔘 | 1110100110101011101100011110111110111101101011011110100011110101 | e9abb1efbdade8f5 |
UTF-8 | 蕭縁臭蔘 | 111010001001010110101101111001111011100010000001111010001000011110101101111010001001010010011000 | e895ade7b881e887ade89498 |
UHC | 蕭?臭蔘 | 11100001110010110011111111110110101010111101111110111000 | e1cb3ff6abdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)