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?fG?h?fR | 00111111011010000011111101100110010001110011111101101000001111110110011001010010 | 3f683f66473f683f6652 |
SJIS-WIN | ?h?fG?h?fR | 00111111011010000011111101100110010001110011111101101000001111110110011001010010 | 3f683f66473f683f6652 |
EUC-JP | ?h?fG?h?fR | 00111111011010000011111101100110010001110011111101101000001111110110011001010010 | 3f683f66473f683f6652 |
UTF-8 | 묯h묯fG묯h묯fR | 111010111010110010101111011010001110101110101100101011110110011001000111111010111010110010101111011010001110101110101100101011110110011001010010 | ebacaf68ebacaf6647ebacaf68ebacaf6652 |
UHC | 묯h묯fG묯h묯fR | 1001001001000110011010001001001001000110011001100100011110010010010001100110100010010010010001100110011001010010 | 9246689246664792466892466652 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)