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 | 錵穴下 | 111010000100010110001100100010101000100110111010 | e8458c8a89ba |
EUC-JP | 錵穴下 | 111011111010011010110111111010101011001010111100 | efa6b7eab2bc |
UTF-8 | 錵穴下 | 111010011000110010110101111001111010100110110100111001001011100010001011 | e98cb5e7a9b4e4b88b |
UHC | ?穴下 | 0011111111111010111010111111100110111011 | 3ffaebf9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)