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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髱懃刻 | 111010011001110110011100111001111000110110001111 | e99d9ce78d8f |
EUC-JP | 髱懃刻 | 111100011111110111011000111010011011100111101111 | f1fdd8e9b9ef |
UTF-8 | 髱懃刻 | 111010011010101110110001111001101000011110000011111001011000100010111011 | e9abb1e68783e588bb |
UHC | ?懃刻 | 0011111111010000110001001100101010111110 | 3fd0c4cabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)