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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 韻?h韻 | 100010010100001100111111011010001000100101000011 | 89433f688943 |
EUC-JP | 韻?h韻 | 101100011010010000111111011010001011000110100100 | b1a43f68b1a4 |
UTF-8 | 韻렭h韻 | 11101001100111111011101111101011101000001010110101101000111010011001111110111011 | e99fbbeba0ad68e99fbb |
UHC | 韻렭h韻 | 11101010101001001000111010111010011010001110101010100100 | eaa48eba68eaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)