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 | 羯梧卯膊 | 1110001110111001100011001110011010001001010010111110010001001101 | e3b98ce6894be44d |
EUC-JP | 羯梧卯膊 | 1110011010111011101110001110100010110001101011001110011110101110 | e6bbb8e8b1ace7ae |
UTF-8 | 羯梧卯膊 | 111001111011111010101111111001101010001010100111111001011000110110101111111010001000011010001010 | e7beafe6a2a7e58dafe8868a |
UHC | ?梧卯膊 | 00111111111001111111110011011001110101101101101011011011 | 3fe7fcd9d6dadb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)