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 | 莪決梢 | 111001001010111010001100100010001000111110111101 | e4ae8c888fbd |
EUC-JP | 莪決梢 | 111010001011000010110111111010001011111010111111 | e8b0b7e8bebf |
UTF-8 | 莪決梢 | 111010001000111010101010111001101011000110111010111001101010001010100010 | e88eaae6b1bae6a2a2 |
UHC | 莪決梢 | 111001001011010111001100101111011111010011111110 | e4b5ccbdf4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)