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 | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
SJIS-WIN | 端G続贈 | 10010010010110110100011110010001101100011001000110100001 | 925b4791b191a1 |
EUC-JP | 端G続贈 | 11000011101111000100011111000010101100111100001010100011 | c3bc47c2b3c2a3 |
UTF-8 | 端G続贈 | 11100111101010111010111101000111111001111011011010011010111010001011010010001000 | e7abaf47e7b69ae8b488 |
UHC | 端G?贈 | 110100111010111001000111001111111111000111111100 | d3ae473ff1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)