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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 短達竪巽 | 1001001001011010100100100100001010010010010001111001001001000110 | 925a924292479246 |
EUC-JP | 短達竪巽 | 1100001110111011110000111010001111000011101010001100001110100111 | c3bbc3a3c3a8c3a7 |
UTF-8 | 短達竪巽 | 111001111001111110101101111010011000000110010100111001111010101110101010111001011011011110111101 | e79fade98194e7abaae5b7bd |
UHC | 短達竪巽 | 1101001110101101110100111011100111100010101101011110000111011110 | d3add3b9e2b5e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)