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 | 域?〃? | 100010001110011000111111100000010101011000111111 | 88e63f81563f |
EUC-JP | 域?〃? | 101100001110100000111111101000011011011100111111 | b0e83fa1b73f |
UTF-8 | 域숇〃溜 | 111001011001111110011111111011001000100010000111111000111000000010000011111011111010011110001011 | e59f9fec8887e38083efa78b |
UHC | 域숇〃溜 | 1110011010110100100110011110101110100001101010001110101011111110 | e6b499eba1a8eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)