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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 曠鷯}Y曠鷯}bE | 10011110010001001110101001011101011111010101100110011110010001001110101001011101011111010110001001000101 | 9e44ea5d7d599e44ea5d7d6245 |
EUC-JP | 曠鷯}Y曠鷯}bE | 11011011101001011111001110111110011111010101100111011011101001011111001110111110011111010110001001000101 | dba5f3be7d59dba5f3be7d6245 |
UTF-8 | 曠鷯}Y曠鷯}bE | 1110011010011011101000001110100110110111101011110111110101011001111001101001101110100000111010011011011110101111011111010110001001000101 | e69ba0e9b7af7d59e69ba0e9b7af7d6245 |
UHC | 曠?}Y曠?}bE | 1100111011000111001111110111110101011001110011101100011100111111011111010110001001000101 | cec73f7d59cec73f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)