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 | ??ズ節 | 001111110011111110000011010110011001000011011111 | 3f3f835990df |
EUC-JP | ??ズ節 | 001111110011111110100101101110101100000011100001 | 3f3fa5bac0e1 |
UTF-8 | 琉쀨ズ節 | 111011111010011110001100111011001000000010101000111000111000001010111010111001111010111110000000 | efa78cec80a8e382bae7af80 |
UHC | 琉쀨ズ節 | 1110101110100100100101111110100010101011101110101110111110111101 | eba497e8abbaefbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)