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 | 鰺ハ訒ⅸ | 11101001110010111100101011111011101000111111101001001000 | e9cbcafba3fa48 |
EUC-JP | 鰺ハ訒? | 1111001011001101100011101100101010001111110111011100100000111111 | f2cd8eca8fddc83f |
UTF-8 | 鰺ハ訒ⅸ | 111010011011000010111010111011111011111010001010111010001010100010010010111000101000010110111000 | e9b0baefbe8ae8a892e285b8 |
UHC | ???ⅸ | 0011111100111111001111111010010110101001 | 3f3f3fa5a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)