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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??諂??籤^ | 001111110011111111100110011110100011111100111111111000101101110001011110 | 3f3fe67a3f3fe2dc5e |
EUC-JP | ??諂??籤^ | 001111110011111111101011110110110011111100111111111001001101111001011110 | 3f3febdb3f3fe4de5e |
UTF-8 | 렫뤚諂렫뤚籤^ | 11101011101000001010101111101011101001001001101011101000101010111000001011101011101000001010101111101011101001001001101011100111101100011010010001011110 | eba0abeba49ae8ab82eba0abeba49ae7b1a45e |
UHC | 렫뤚諂렫뤚籤^ | 10001110101110011000111111001001111101001101101110001110101110011000111111001001111101001101100101011110 | 8eb98fc9f4db8eb98fc9f4d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)