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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠎戊イ伎サ | 1110010110111010100101011110100010110010100010101110101010111011 | e5ba95e8b28aeabb |
EUC-JP | 蠎戊イ伎サ | 11101010101111001100101011101010100011101011001010110100111011001000111010111011 | eabccaea8eb2b4ec8ebb |
UTF-8 | 蠎戊イ伎サ | 111010001010000010001110111001101000100010001010111011111011110110110010111001001011110010001110111011111011110110111011 | e8a08ee6888aefbdb2e4bc8eefbdbb |
UHC | ?戊?伎? | 00111111110110011110011000111111110100001110101100111111 | 3fd9e63fd0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)