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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠖ァ尞シ籬乗 | 11100101101111011010011111111010101010111011110011100010110111111000111111100110 | e5bda7faabbce2df8fe6 |
EUC-JP | 蠖ァ尞シ籬乗 | 11101010101111111000111010100111100011111011101011101011100011101011110011100100111000011011111011101000 | eabf8ea78fbaeb8ebce4e1bee8 |
UTF-8 | 蠖ァ尞シ籬乗 | 111010001010000010010110111011111011110110100111111001011011000010011110111011111011110110111100111001111011000110101100111001001011100110010111 | e8a096efbda7e5b09eefbdbce7b1ace4b997 |
UHC | ????籬? | 00111111001111110011111100111111110101111110011000111111 | 3f3f3f3fd7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)