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 | 姐磐?? | 100010001011011110010100110101100011111100111111 | 88b794d63f3f |
EUC-JP | 姐磐?? | 101100001011100111001000110110000011111100111111 | b0b9c8d83f3f |
UTF-8 | 姐磐렰렓 | 111001011010011110010000111001111010001110010000111010111010000010110000111010111010000010010011 | e5a790e7a390eba0b0eba093 |
UHC | 姐磐렰렓 | 1110111010111011110110101111000110001110101111011000111010101000 | eebbdaf18ebd8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)