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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 辰樽h辰樽 | 100100100100001110010010010011010110100010010010010000111001001001001101 | 9243924d689243924d |
EUC-JP | 辰樽h辰樽 | 110000111010010011000011101011100110100011000011101001001100001110101110 | c3a4c3ae68c3a4c3ae |
UTF-8 | 辰樽h辰樽 | 11101000101111101011000011100110101010001011110101101000111010001011111010110000111001101010100010111101 | e8beb0e6a8bd68e8beb0e6a8bd |
UHC | 辰樽h辰樽 | 111100101110001111110001110111000110100011110010111000111111000111011100 | f2e3f1dc68f2e3f1dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)