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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莊ミタ晙^ | 11100100101101011101000011000000111110101101011101011110 | e4b5d0c0fad75e |
EUC-JP | 莊ミタ晙^ | 11101000101101111000111011010000100011101100000010001111110000101011101001011110 | e8b78ed08ec08fc2ba5e |
UTF-8 | 莊ミタ晙^ | 11101000100011101000101011101111101111101001000011101111101111101000000011100110100110011001100101011110 | e88e8aefbe90efbe80e699995e |
UHC | 莊??晙^ | 11101101111101100011111100111111111100011101101101011110 | edf63f3ff1db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)