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 | 竪巽鄭 | 100100100100011110010010010001101001001101000001 | 924792469341 |
EUC-JP | 竪巽鄭 | 110000111010100011000011101001111100010110100010 | c3a8c3a7c5a2 |
UTF-8 | 竪巽鄭 | 111001111010101110101010111001011011011110111101111010011000010010101101 | e7abaae5b7bde984ad |
UHC | 竪巽鄭 | 111000101011010111100001110111101110111111110111 | e2b5e1deeff7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)