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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邑ζ? | 1001011101010111100000111100010000111111 | 975783c43f |
EUC-JP | 邑ζ? | 1100110110111000101001101100011000111111 | cdb8a6c63f |
UTF-8 | 邑ζ떗 | 1110100110000010100100011100111010110110111010111001011010010111 | e98291ceb6eb9697 |
UHC | 邑ζ떗 | 111010111110100110100101111001101000101110101101 | ebe9a5e68bad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)