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 | 綜頃?? | 100100011000111010001101101000000011111100111111 | 918e8da03f3f |
EUC-JP | 綜頃?? | 110000011110111010111010101000100011111100111111 | c1eebaa23f3f |
UTF-8 | 綜頃렱쇨 | 111001111011011010011100111010011010000010000011111010111010000010110001111011001000011110101000 | e7b69ce9a083eba0b1ec87a8 |
UHC | 綜頃렱쇨 | 1111000011111100110011001111000110001110101111101011110011101010 | f0fcccf18ebebcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)