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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 丹坦Y丹坦bE | 1001001001001111100100100101001001011001100100100100111110010010010100100110001001000101 | 924f925259924f92526245 |
EUC-JP | 丹坦Y丹坦bE | 1100001110110000110000111011001101011001110000111011000011000011101100110110001001000101 | c3b0c3b359c3b0c3b36245 |
UTF-8 | 丹坦Y丹坦bE | 111001001011100010111001111001011001110110100110010110011110010010111000101110011110010110011101101001100110001001000101 | e4b8b9e59da659e4b8b9e59da66245 |
UHC | 丹坦Y丹坦bE | 1101001110100001111101111010010001011001110100111010000111110111101001000110001001000101 | d3a1f7a459d3a1f7a46245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)