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 | 誌???膜 | 10001110100011110011111100111111001111111001011010001100 | 8e8f3f3f3f968c |
EUC-JP | 誌泮??膜 | 101110111110111110001111110001111010100000111111001111111100101111101100 | bbef8fc7a83f3fcbec |
UTF-8 | 誌泮렊븀膜 | 111010001010101010001100111001101011001110101110111010111010000010001010111010111011100010000000111010001000011010011100 | e8aa8ce6b3aeeba08aebb880e8869c |
UHC | 誌泮렊븀膜 | 11110010101111001101101011101010100011101010000110111010111001111101100010101111 | f2bcdaea8ea1bae7d8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)