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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猷k?^ | 100101110101000110000010100010110011111101011110 | 9751828b3f5e |
EUC-JP | 猷k?^ | 110011011011001010100011111010110011111101011110 | cdb2a3eb3f5e |
UTF-8 | 猷k뮞^ | 11100111100011001011011111101111101111011000101111101011101011101001111001011110 | e78cb7efbd8bebae9e5e |
UHC | 猷k뮞^ | 11101011101000111010001111101011100100101010101001011110 | eba3a3eb92aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)